summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..c16ec58
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,3 @@
+option('wayland', type : 'string', value : 'auto', description : 'wayland enabled')
+option('x11', type : 'string', value : 'auto', description : 'X11 enabled')
+option('in-process', type : 'boolean', value : false, description : 'in-process enabled')