aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-12-19 08:29:33 -0500
committerLibravatar GitHub <noreply@github.com>2017-12-19 08:29:33 -0500
commita51e74beb91a98181d6bc69137d377cd49e72d1f (patch)
tree748f477ad514da1879d73b1f7b8e9e900dfcef2c
parentMerge pull request #1526 from emersion/fractional-output-scale (diff)
parentbuild: add wlroots dependency to common (diff)
downloadsway-a51e74beb91a98181d6bc69137d377cd49e72d1f.tar.gz
sway-a51e74beb91a98181d6bc69137d377cd49e72d1f.tar.zst
sway-a51e74beb91a98181d6bc69137d377cd49e72d1f.zip
Merge pull request #1527 from martinetd/mesondep
build: add wlroots dependency 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',
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)