mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
meson_options.txt: disable vulkan option since it's not ready for use
According to George Kiagiadakis it being set to auto is an accident, because the Vulkan support does not [yet] provide anything useful.
This commit is contained in:
parent
0a02396995
commit
38d5de789d
2 changed files with 2 additions and 2 deletions
|
|
@ -156,7 +156,7 @@ option('volume',
|
|||
option('vulkan',
|
||||
description: 'Enable vulkan spa plugin integration',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
value: 'disabled')
|
||||
option('pw-cat',
|
||||
description: 'Build pw-cat/pw-play/pw-record',
|
||||
type: 'feature',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue