From d5aefb7a16dfd4e838bbfa620df013c6a4d06983 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 20 Nov 2023 15:11:41 +0000 Subject: [PATCH] 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: --- meson_options.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 8a7636ce64b..eda3d092bfc 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -362,7 +362,6 @@ option( option( 'glvnd', type : 'feature', - value : 'disabled', deprecated: {'true': 'enabled', 'false': 'disabled'}, description : 'Enable GLVND support.' )