mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Revert "[Meson] Fix all deprecation warnings"
This reverts commit f7e1175ef0.
This commit is contained in:
parent
090aaa4fb0
commit
dd12910769
11 changed files with 36 additions and 36 deletions
|
|
@ -5,7 +5,7 @@ find = find_program('find', required: false)
|
|||
summary({'find (for header testing)': find.found()}, bool_yn: true, section: 'Optional programs')
|
||||
if find.found()
|
||||
spa_headers = run_command(find,
|
||||
meson.project_source_root() / 'spa' / 'include',
|
||||
meson.source_root() / 'spa' / 'include',
|
||||
'-name', '*.h',
|
||||
'-not', '-name', 'type-info.h',
|
||||
'-type', 'f',
|
||||
|
|
@ -40,7 +40,7 @@ foreach a : benchmark_apps
|
|||
install : installed_tests_enabled,
|
||||
install_dir : installed_tests_execdir),
|
||||
env : [
|
||||
'SPA_PLUGIN_DIR=@0@/spa/plugins/'.format(meson.project_build_root()),
|
||||
'SPA_PLUGIN_DIR=@0@/spa/plugins/'.format(meson.build_root()),
|
||||
])
|
||||
|
||||
if installed_tests_enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue