mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
Remove remaining tabs from meson.build files
No changes, just tab-to-space replacement and a little bit of manual twiddling.
This commit is contained in:
parent
fe79e684b7
commit
abd5f9fbe8
7 changed files with 92 additions and 86 deletions
|
|
@ -11,9 +11,9 @@ tools_sources = [
|
|||
|
||||
foreach t : tools_sources
|
||||
executable(t.get(0),
|
||||
t.get(1),
|
||||
install: true,
|
||||
dependencies : [pipewire_dep, mathlib],
|
||||
t.get(1),
|
||||
install: true,
|
||||
dependencies : [pipewire_dep, mathlib],
|
||||
)
|
||||
endforeach
|
||||
|
||||
|
|
@ -27,9 +27,9 @@ endif
|
|||
|
||||
if ncurses_dep.found()
|
||||
executable('pw-top',
|
||||
'pw-top.c',
|
||||
install: true,
|
||||
dependencies : [pipewire_dep, ncurses_dep],
|
||||
'pw-top.c',
|
||||
install: true,
|
||||
dependencies : [pipewire_dep, ncurses_dep],
|
||||
)
|
||||
endif
|
||||
|
||||
|
|
@ -63,12 +63,12 @@ if not get_option('pw-cat').disabled() and sndfile_dep.found()
|
|||
meson.add_install_script('sh', '-c', cmd)
|
||||
endforeach
|
||||
elif not sndfile_dep.found() and get_option('pw-cat').enabled()
|
||||
error('pw-cat is enabled but required dependency `sndfile` was not found.')
|
||||
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],
|
||||
'pw-reserve.c',
|
||||
install: true,
|
||||
dependencies : [dbus_dep, pipewire_dep],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue