mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -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',
|
option('vulkan',
|
||||||
description: 'Enable vulkan spa plugin integration',
|
description: 'Enable vulkan spa plugin integration',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
value: true)
|
value: false)
|
||||||
option('pw-cat',
|
option('pw-cat',
|
||||||
description: 'Build pw-cat/pw-play/pw-record',
|
description: 'Build pw-cat/pw-play/pw-record',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue