diff options
author | TheAvidDev <AvidDev@protonmail.com> | 2020-06-06 00:37:22 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-06-06 11:03:04 +0200 |
commit | d835df38dedc9c5e2a64d7eb204eae480470d5c1 (patch) | |
tree | 7b2ab5a847a31bb17faeccca7eca3e0cbdc7017b /common | |
parent | 84ec8f92a69feb303e0e521f482b75b2cd12c4aa (diff) |
Add wayland_client dependency to common
Diffstat (limited to 'common')
-rw-r--r-- | common/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/meson.build b/common/meson.build index 8561d6cf..c653dd72 100644 --- a/common/meson.build +++ b/common/meson.build @@ -15,7 +15,8 @@ lib_sway_common = static_library( cairo, gdk_pixbuf, pango, - pangocairo + pangocairo, + wayland_client.partial_dependency(compile_args: true) ], include_directories: sway_inc ) |