aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar TheAvidDev <AvidDev@protonmail.com>2020-06-06 00:37:22 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2020-06-06 11:03:04 +0200
commitd835df38dedc9c5e2a64d7eb204eae480470d5c1 (patch)
tree7b2ab5a847a31bb17faeccca7eca3e0cbdc7017b
parentUse new wlroots API for clearing keyboard/pointer focus during grabs (diff)
downloadsway-d835df38dedc9c5e2a64d7eb204eae480470d5c1.tar.gz
sway-d835df38dedc9c5e2a64d7eb204eae480470d5c1.tar.zst
sway-d835df38dedc9c5e2a64d7eb204eae480470d5c1.zip
Add wayland_client dependency to common
-rw-r--r--common/meson.build3
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(
15 cairo, 15 cairo,
16 gdk_pixbuf, 16 gdk_pixbuf,
17 pango, 17 pango,
18 pangocairo 18 pangocairo,
19 wayland_client.partial_dependency(compile_args: true)
19 ], 20 ],
20 include_directories: sway_inc 21 include_directories: sway_inc
21) 22)