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>
This commit is contained in:
@@ -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.'
|
||||
)
|
||||
|
Reference in New Issue
Block a user