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>
This commit is contained in:
parent
6b334a8416
commit
c40e1bb1d0
2 changed files with 5 additions and 19 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue