mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
meson: improve an error message
We have -Dsession-managers and -Ddefault-session-manager, the latter is currently only used for pw-uninstalled.sh. Let's adjust the error message to use "default" so it's a bit easier to understand by this may fail with -Dsession-managers=wireplumber.
This commit is contained in:
parent
902444ae1a
commit
86362407c1
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ if sm_choice == 'media-session'
|
||||||
if get_option('session-managers') == []
|
if get_option('session-managers') == []
|
||||||
summary({'No session manager': 'pw-uninstalled.sh will not work out of the box!'})
|
summary({'No session manager': 'pw-uninstalled.sh will not work out of the box!'})
|
||||||
elif not build_ms
|
elif not build_ms
|
||||||
error('media-session is the chosen session manager but it won\'t be built')
|
error('media-session is the selected default session manager but it won\'t be built')
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue