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>
This commit is contained in:
Dylan Baker
2022-12-20 15:17:13 -08:00
committed by Marge Bot
parent 80eb78d7a4
commit ca615a4f16
3 changed files with 10 additions and 20 deletions

View File

@@ -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(