aboutsummaryrefslogtreecommitdiffstats
path: root/common/meson.build
diff options
context:
space:
mode:
authorLibravatar Dominique Martinet <asmadeus@codewreck.org>2017-12-19 08:06:23 +0100
committerLibravatar Dominique Martinet <asmadeus@codewreck.org>2017-12-19 08:43:37 +0100
commitf9413adde7ada3b5132435604a7db37971d4cf45 (patch)
tree748f477ad514da1879d73b1f7b8e9e900dfcef2c /common/meson.build
parentMerge pull request #1526 from emersion/fractional-output-scale (diff)
downloadsway-f9413adde7ada3b5132435604a7db37971d4cf45.tar.gz
sway-f9413adde7ada3b5132435604a7db37971d4cf45.tar.zst
sway-f9413adde7ada3b5132435604a7db37971d4cf45.zip
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/meson.build')
-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',
7 'readline.c', 7 'readline.c',
8 'ipc-client.c' 8 'ipc-client.c'
9 ), 9 ),
10 dependencies: [ wlroots ],
10 include_directories: sway_inc 11 include_directories: sway_inc
11) 12)