meson: use a feature option for egl

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 17:48:04 -08:00
committed by Marge Bot
parent afa97e7468
commit c52c2ed0f8
2 changed files with 9 additions and 32 deletions

View File

@@ -280,9 +280,7 @@ option(
)
option(
'egl',
type : 'combo',
value : 'auto',
choices : ['auto', 'true', 'false', 'enabled', 'disabled'],
type : 'feature',
description : 'Build support for EGL platform'
)
option(