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