mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson: Allow session-managers option to be an absolute path
If it's not an absolute_path, then set the build_ms and build_wp as normal, otherwise use the value as passed in.
This commit is contained in:
parent
e167123667
commit
6cea8b201b
2 changed files with 4 additions and 2 deletions
|
|
@ -208,7 +208,6 @@ option('libusb',
|
|||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('session-managers',
|
||||
description : 'Session managers to build (can be [] for none)',
|
||||
description : 'Session managers to build (can be [] for none or an absolute path)',
|
||||
type : 'array',
|
||||
choices : ['media-session', 'wireplumber'],
|
||||
value : ['media-session'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue