meson: auto-enable glvnd when libglvnd is installed

We've talked about flipping the default value of `glvnd` to `true`
a bunch of times but never actually went through with it because some
don't want to use glvnd, so let's instead go for the middle ground of
"enabled glvnd by default if it's installed".

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26367>
This commit is contained in:
Eric Engestrom 2023-11-20 15:11:41 +00:00 committed by Marge Bot
parent f39b8154c1
commit d5aefb7a16
1 changed files with 0 additions and 1 deletions

View File

@ -362,7 +362,6 @@ option(
option(
'glvnd',
type : 'feature',
value : 'disabled',
deprecated: {'true': 'enabled', 'false': 'disabled'},
description : 'Enable GLVND support.'
)