summaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
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