summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-20 16:36:46 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commite3f60ea4a8937d77c2169e052ecda0e78144eb3c (patch)
tree9bf9553b99d86b362760cdc3b3311502042b6c85 /meson_options.txt
parentce490a20e7310ff55dd76d77841cfd3275d90b3a (diff)
meson: use a feature option for xlib-lease
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 2fe9a07ca80..6bbafd3c519 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -412,9 +412,7 @@ option(
)
option(
'xlib-lease',
- type : 'combo',
- value : 'auto',
- choices : ['auto', 'true', 'false', 'enabled', 'disabled'],
+ type : 'feature',
description : 'Enable VK_EXT_acquire_xlib_display.'
)
option(