aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-20 15:09:41 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commit98bd7cdb8c47fc9e10ff85820f95302d1c1b1b51 (patch)
tree18437be893ee3967bec5733f3863da1b22f2cd91 /meson_options.txt
parentb200d547dcd21df11a1c3dbbf446700863532a27 (diff)
downloadmesa3d-98bd7cdb8c47fc9e10ff85820f95302d1c1b1b51.tar.gz
meson: use a feature option for shader_cache
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20409>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8976c0d70e5..9d0f2c9bff6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -200,9 +200,7 @@ option(
)
option(
'shader-cache',
- type : 'combo',
- value : 'auto',
- choices : ['auto', 'true', 'false', 'enabled', 'disabled'],
+ type : 'feature',
description : 'Build with on-disk shader cache support.',
)
option(