mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
meson: use 'auto' as default session manager
Right now, meson -Dsession-managers=wireplumber will fail the build because the default session manager option is set to media-session - and if that isn't being built we error out. Use an 'auto' value instead, selecting the first session-manager in the list as the default one.
This commit is contained in:
parent
86362407c1
commit
05759e3bab
2 changed files with 11 additions and 2 deletions
|
|
@ -207,5 +207,5 @@ option('session-managers',
|
|||
option('default-session-manager',
|
||||
description : 'Default session manager (leave as-is if none are built)',
|
||||
type : 'combo',
|
||||
choices : ['media-session', 'wireplumber'],
|
||||
value : 'media-session')
|
||||
choices : ['auto', 'media-session', 'wireplumber'],
|
||||
value : 'auto')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue