mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
Promote media-session to its own subdirectory
media-session is past the point of being a mere example, let's promote it out of the subdirectory. pw-reserve is moved to tools/
This commit is contained in:
parent
6f43aba91d
commit
e46a30562f
37 changed files with 54 additions and 56 deletions
|
|
@ -59,3 +59,9 @@ elif not sndfile_dep.found() and get_option('pw-cat').enabled()
|
|||
error('pw-cat is enabled but required dependency `sndfile` was not found.')
|
||||
endif
|
||||
summary({'Build pw-cat tool': build_pw_cat}, bool_yn: true, section: 'pw-cat/pw-play/pw-dump tool')
|
||||
|
||||
executable('pw-reserve',
|
||||
'pw-reserve.c',
|
||||
install: true,
|
||||
dependencies : [dbus_dep, pipewire_dep],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue