mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
meson: Use feature for GStreamer and make it auto
Bumping version dependency of meson Fix minor new warning in meson
This commit is contained in:
parent
8693e416bc
commit
795b352cba
4 changed files with 24 additions and 16 deletions
|
|
@ -8,8 +8,8 @@ option('man',
|
|||
value: false)
|
||||
option('gstreamer',
|
||||
description: 'Build GStreamer plugins',
|
||||
type: 'boolean',
|
||||
value: false)
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('systemd',
|
||||
description: 'Enable systemd integration',
|
||||
type: 'boolean',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue