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
This commit is contained in:
George Kiagiadakis 2021-02-10 15:53:14 +02:00
parent 0ce6de8fdf
commit 2104004382

View file

@ -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',