summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2023-10-25 08:41:55 -0400
committerEric Engestrom <eric@engestrom.ch>2023-10-30 15:47:14 +0000
commit048a358bf54f2cd7a19252dea9cef0d5ba3105bd (patch)
tree84693ae578401403b60d60056470a43b4480800d /meson_options.txt
parentb42d824822350bf5b1e7b169bdf2a470c9c5b831 (diff)
downloadmesa-048a358bf54f2cd7a19252dea9cef0d5ba3105bd.tar.gz
mesa-048a358bf54f2cd7a19252dea9cef0d5ba3105bd.tar.bz2
mesa-048a358bf54f2cd7a19252dea9cef0d5ba3105bd.zip
meson: Add vulkan-drivers=all option
To build-test everything, helpful to check common code changes before pounding CI. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Cc: mesa-stable Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25882> (cherry picked from commit b70e948886976d2fb17b3191c9116c1babe25810)
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8130c3e9321..a9f9ab1658f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -211,7 +211,7 @@ option(
value : ['auto'],
choices : ['auto', 'amd', 'broadcom', 'freedreno', 'intel', 'intel_hasvk',
'panfrost', 'swrast', 'virtio', 'imagination-experimental',
- 'microsoft-experimental', 'nouveau-experimental'],
+ 'microsoft-experimental', 'nouveau-experimental', 'all'],
description : 'List of vulkan drivers to build. If this is set to auto ' +
'all drivers applicable to the target OS/architecture ' +
'will be built'