aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5215aada..ce25cfa0 100644
--- a/meson.build
+++ b/meson.build
@@ -83,7 +83,7 @@ endforeach
83if get_option('xwayland').enabled() and not wlroots_features['xwayland'] 83if get_option('xwayland').enabled() and not wlroots_features['xwayland']
84 error('Cannot enable Xwayland in sway: wlroots has been built without Xwayland support') 84 error('Cannot enable Xwayland in sway: wlroots has been built without Xwayland support')
85endif 85endif
86have_xwayland = xcb.found() and wlroots_features['xwayland'] 86have_xwayland = xcb.found() and xcb_icccm.found() and wlroots_features['xwayland']
87 87
88if get_option('sd-bus-provider') == 'auto' 88if get_option('sd-bus-provider') == 'auto'
89 if not get_option('tray').disabled() 89 if not get_option('tray').disabled()