summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-20 16:37:35 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commitafa97e746855436e2c9a41784b11d948f9aa3dc3 (patch)
tree6c6b69e40ba6c89ed47407aece4df3aa8e241518 /meson_options.txt
parente3f60ea4a8937d77c2169e052ecda0e78144eb3c (diff)
meson: use a feature option for zstd
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 6bbafd3c519..5c661a20037 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -442,9 +442,7 @@ option(
)
option(
'zstd',
- type : 'combo',
- choices : ['auto', 'true', 'false', 'enabled', 'disabled'],
- value : 'auto',
+ type : 'feature',
description : 'Use ZSTD instead of ZLIB in some cases.'
)
option(