aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTheAvidDev <AvidDev@protonmail.com>2020-06-06 00:37:22 -0400
committerSimon Ser <contact@emersion.fr>2020-06-06 11:03:04 +0200
commitd835df38dedc9c5e2a64d7eb204eae480470d5c1 (patch)
tree7b2ab5a847a31bb17faeccca7eca3e0cbdc7017b /common
parent84ec8f92a69feb303e0e521f482b75b2cd12c4aa (diff)
Add wayland_client dependency to common
Diffstat (limited 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(
cairo,
gdk_pixbuf,
pango,
- pangocairo
+ pangocairo,
+ wayland_client.partial_dependency(compile_args: true)
],
include_directories: sway_inc
)