aboutsummaryrefslogtreecommitdiffstats
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 d937e425..47b51d0c 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -231,7 +231,7 @@ sway_deps = [
231 xcb_icccm, 231 xcb_icccm,
232] 232]
233 233
234if have_xwayland 234if wlroots_features['xwayland']
235 sway_sources += 'desktop/xwayland.c' 235 sway_sources += 'desktop/xwayland.c'
236endif 236endif
237 237