aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPascal Pascher <aur@clouddrop.de>2018-07-24 23:37:41 +0200
committerPascal Pascher <aur@clouddrop.de>2018-07-24 23:37:41 +0200
commit2bf893248a94c7f70a9557aad4a8228731041eeb (patch)
treeec86137e1b5881151b20917f311ecce3d24fba8f /meson.build
parent24ad1c3983192b47345566fd876e26b45160d68e (diff)
style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index a2def755..06299618 100644
--- a/meson.build
+++ b/meson.build
@@ -49,9 +49,9 @@ git = find_program('git', required: false)
conf_data = configuration_data()
if get_option('enable-xwayland')
- conf_data.set('HAVE_XWAYLAND', true)
+ conf_data.set('HAVE_XWAYLAND', true)
else
- conf_data.set('HAVE_XWAYLAND', false)
+ conf_data.set('HAVE_XWAYLAND', false)
endif
if gdk_pixbuf.found()