mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
daemon: let meson handle the uninstalled media-session path
If we build media-session before the daemon we have the executable variable available and can rely on meson to fill in the path instead of handling it manually.
This commit is contained in:
parent
c81dcae683
commit
87a1e1534c
2 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
subdir('pipewire')
|
||||
subdir('media-session')
|
||||
subdir('daemon')
|
||||
subdir('tools')
|
||||
subdir('modules')
|
||||
subdir('media-session')
|
||||
if not get_option('examples').disabled()
|
||||
subdir('examples')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue