summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2021-11-05 09:52:05 +1000
committerMarge Bot <emma+marge@anholt.net>2021-11-09 04:33:06 +0000
commit995f38838fc7aa485714c7574be6143c5badee5c (patch)
tree5820b7a3d0fe476a7ee2c63c956be2dfba10d03e /meson_options.txt
parent40157bc2b0b534ce78fa129fdb978ab0486d87f1 (diff)
meson: allow building with vulkan beta extensions enabled.
This is just a precursor to anyone enabling beta stuff later. Reviewed-by: Emma Anholt <emma@anholt.net> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13685>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 32c7593ee8e..fd0d99f2f9a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -530,3 +530,9 @@ option(
value : false,
description : 'Build gallium VMware/svga driver with mksGuestStats instrumentation.'
)
+option(
+ 'vulkan-beta',
+ type : 'boolean',
+ value : false,
+ description : 'Build vulkan drivers with BETA extensions enabled.'
+)