summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-20 15:19:00 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commit6b334a84167377a4b9dfe4836b13fa66d2850217 (patch)
tree0720f9b9f91c749af8329a866bc24fcf3270881a /meson_options.txt
parentca615a4f16d3a2e1c5078aee7b83556a4121116a (diff)
meson: use a feature option for gles2
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 e62461d479f..e0d7a656102 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -251,9 +251,7 @@ option(
)
option(
'gles2',
- type : 'combo',
- value : 'auto',
- choices : ['auto', 'true', 'false', 'enabled', 'disabled'],
+ type : 'feature',
description : 'Build support for OpenGL ES 2.x and 3.x'
)
option(