aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2017-12-19 08:06:23 +0100
committerFurkan Sahin <furkan-dev@proton.me>2017-12-19 08:06:23 +0100
commit804713e39e7b6d68490e6becb924b6cea3f5368b (patch)
tree748f477ad514da1879d73b1f7b8e9e900dfcef2c /common
parent5a9ab783c09ca962735283e16fd9d1cf00741e84 (diff)
build: add wlroots dependency to common
It is required for include path if wlroots is not built in standard path, but found through pkg-config
Diffstat (limited to 'common')
-rw-r--r--common/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/meson.build b/common/meson.build
index 3a4282ad..abe0cdcf 100644
--- a/common/meson.build
+++ b/common/meson.build
@@ -7,5 +7,6 @@ lib_sway_common = static_library('sway-common',
'readline.c',
'ipc-client.c'
),
+ dependencies: [ wlroots ],
include_directories: sway_inc
)