summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-20 15:17:13 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commitca615a4f16d3a2e1c5078aee7b83556a4121116a (patch)
treea0e843b1eaf4ad8bc0e5603dd481afca689cff47 /meson_options.txt
parent80eb78d7a4ba70e81e32d2a7bd3d6b242da6c7bd (diff)
downloadmesa-ca615a4f16d3a2e1c5078aee7b83556a4121116a.tar.gz
meson: use a feature option for gles1
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 4bfb4595313..e62461d479f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -246,9 +246,7 @@ option(
)
option(
'gles1',
- type : 'combo',
- value : 'auto',
- choices : ['auto', 'true', 'false', 'enabled', 'disabled'],
+ type : 'feature',
description : 'Build support for OpenGL ES 1.x'
)
option(