diff --git a/meson.build b/meson.build index 12c5c0b0d..0d75978ff 100644 --- a/meson.build +++ b/meson.build @@ -50,7 +50,7 @@ conf_data = configuration_data() if get_option('enable-xwayland') conf_data.set('HAVE_XWAYLAND', true) - xcb = dependency('xcb') + xcb = dependency('xcb') else conf_data.set('HAVE_XWAYLAND', false) endif