From 210400438290faa59790ca30926ac22e1dedb4b6 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Wed, 10 Feb 2021 15:53:14 +0200 Subject: [PATCH] meson: disable the vulkan plugin by default It unnecessarily introduces a dependency and gives the wrong impression to packagers about this feature, which is not actually something useful or even usable outside the build tree --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 050a4c315..200a8fa24 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -136,7 +136,7 @@ option('volume', option('vulkan', description: 'Enable vulkan spa plugin integration', type: 'boolean', - value: true) + value: false) option('pw-cat', description: 'Build pw-cat/pw-play/pw-record', type: 'boolean',