From d835df38dedc9c5e2a64d7eb204eae480470d5c1 Mon Sep 17 00:00:00 2001 From: TheAvidDev Date: Sat, 6 Jun 2020 00:37:22 -0400 Subject: Add wayland_client dependency to common --- common/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) -- cgit v1.2.3