mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
doc: drop unused variable from meson.build
This commit is contained in:
parent
0880ff9a84
commit
9956637ce5
1 changed files with 0 additions and 2 deletions
|
|
@ -28,7 +28,6 @@ inputs += meson.source_root() / 'test' / 'pwtest.h'
|
||||||
# normal functions.
|
# normal functions.
|
||||||
# Because this uses globbing, this target won't rebuild if the headers
|
# Because this uses globbing, this target won't rebuild if the headers
|
||||||
# change but meh.
|
# change but meh.
|
||||||
spa_header_dirs = []
|
|
||||||
sed = find_program('sed', required: false)
|
sed = find_program('sed', required: false)
|
||||||
if sed.found()
|
if sed.found()
|
||||||
spa_srcdir = meson.source_root() / 'spa' / 'include' / 'spa'
|
spa_srcdir = meson.source_root() / 'spa' / 'include' / 'spa'
|
||||||
|
|
@ -39,7 +38,6 @@ if sed.found()
|
||||||
build_by_default: true,
|
build_by_default: true,
|
||||||
output: 'spa',
|
output: 'spa',
|
||||||
)
|
)
|
||||||
spa_header_dirs += spa_dstdir
|
|
||||||
else
|
else
|
||||||
spa_strip_static = []
|
spa_strip_static = []
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue