summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-03-17 23:43:36 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-03 15:10:53 +0100
commit95979f4d2f3961c5b06af84ed80e759894cfc78a (patch)
tree712dfa64b559da2d906921a3564f10cb383fc3db /meson_options.txt
parent3ac88fa6b65ddb7223cd6f6f66fbf504a9401a50 (diff)
downloadgtk+-95979f4d2f3961c5b06af84ed80e759894cfc78a.tar.gz
meson: add vulkan bits
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e8f8ee60e9..ec04443638 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,4 @@
option('enable-x11-backend', type: 'boolean', value: 'true')
option('enable-wayland-backend', type: 'boolean', value: 'true')
option('enable-broadway-backend', type: 'boolean', value: 'false')
+option('enable-vulkan', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')