From 5a7976dcc25063096f7ed26174a6e09fc1122f9c Mon Sep 17 00:00:00 2001 From: Michel Ganguin Date: Tue, 31 Jul 2018 18:06:56 +0200 Subject: [PATCH] Link xcb dependency to meson options "enable_xwayland" --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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