aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2019-01-17 18:02:25 +0100
committerLibravatar emersion <contact@emersion.fr>2019-01-17 18:26:24 +0100
commit08a5b304e4334020f46752697ad0e7cde54229f4 (patch)
tree4debab2293c5ea1fe6172805e35a1d78ad2b3482 /sway/meson.build
parentMerge pull request #3447 from emersion/remove-swaylock-includes (diff)
downloadsway-08a5b304e4334020f46752697ad0e7cde54229f4.tar.gz
sway-08a5b304e4334020f46752697ad0e7cde54229f4.tar.zst
sway-08a5b304e4334020f46752697ad0e7cde54229f4.zip
Use Meson feature options
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 0a08ee74..2388a66d 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -194,7 +194,7 @@ sway_deps = [
194 xkbcommon, 194 xkbcommon,
195] 195]
196 196
197if get_option('enable-xwayland') 197if have_xwayland
198 sway_sources += 'desktop/xwayland.c' 198 sway_sources += 'desktop/xwayland.c'
199 sway_deps += xcb 199 sway_deps += xcb
200endif 200endif