summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-20 15:21:11 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commitc40e1bb1d04ed63256ece125b98aa00eec3c09de (patch)
treeb82d830e4060952523bb179b213bb2646fb8e0ec /meson_options.txt
parent6b334a84167377a4b9dfe4836b13fa66d2850217 (diff)
meson: use a feature option for gbm
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 e0d7a656102..6dca669431a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -262,9 +262,7 @@ option(
)
option(
'gbm',
- type : 'combo',
- value : 'auto',
- choices : ['auto', 'true', 'false', 'enabled', 'disabled'],
+ type : 'feature',
description : 'Build support for gbm platform'
)
option(