diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-07-24 23:37:41 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-07-24 23:37:41 +0200 |
| commit | aaa3c6b9f65ae25a764cb9073651b6c53da9ee83 (patch) | |
| tree | ec86137e1b5881151b20917f311ecce3d24fba8f /meson.build | |
| parent | 2eb193c73d482aa8a83ce8a57ba984e26eeb0614 (diff) | |
style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 4 |
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() |
