summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-07-24 23:37:41 +0200
committerFurkan Sahin <furkan-dev@proton.me>2018-07-24 23:37:41 +0200
commitaaa3c6b9f65ae25a764cb9073651b6c53da9ee83 (patch)
treeec86137e1b5881151b20917f311ecce3d24fba8f /meson.build
parent2eb193c73d482aa8a83ce8a57ba984e26eeb0614 (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()