summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2019-11-11 23:45:17 +0200
committerMarge Bot <eric+marge@anholt.net>2021-03-25 19:10:03 +0000
commit8b586d9ed6d78af1f689194271703b37c4367644 (patch)
tree9f2fa78047d2e5ee269e7785f4a28ca7d1929c91 /meson_options.txt
parent54fe5b0482df0f066384b274796d4081c2a1968c (diff)
intel: Add null hw layer
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2832>
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 e0ce124140c..a3967c50d59 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -221,7 +221,7 @@ option(
'vulkan-layers',
type : 'array',
value : [],
- choices : ['device-select', 'overlay'],
+ choices : ['device-select', 'intel-nullhw', 'overlay'],
description : 'List of vulkan layers to build'
)
option(