mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
0ce6de8fdf
commit
2104004382
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue