summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-08-21 17:16:03 +0200
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-03 15:10:50 +0100
commit7fff2901aa68198aeb0042836f89d2ed843d8248 (patch)
tree20216f0a3e5d9b63cd49917ba4751f18fba8e478 /meson_options.txt
parent5475768d3278acba21574aad394f598e52c53c14 (diff)
downloadgtk+-7fff2901aa68198aeb0042836f89d2ed843d8248.tar.gz
meson: Add options for x/wayland/broadway backends
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 0000000000..28568a1e43
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,3 @@
+option('enable-x11-backend', type: 'boolean', value: 'true')
+option('enable-wayland-backend', type: 'boolean', value: 'false')
+option('enable-broadway-backend', type: 'boolean', value: 'false')