mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
check_missing_headers.sh: stop looking in the old src/extensions dir
This commit is contained in:
parent
620b34cd6b
commit
45c045382e
1 changed files with 0 additions and 5 deletions
|
|
@ -10,11 +10,6 @@ do
|
||||||
[ -f "$PREFIX/include/spa-0.2/$i" ] || LIST="$i $LIST"
|
[ -f "$PREFIX/include/spa-0.2/$i" ] || LIST="$i $LIST"
|
||||||
done
|
done
|
||||||
|
|
||||||
for i in $(find src/extensions -name '*.h' | sed s#src/#pipewire/#);
|
|
||||||
do
|
|
||||||
[ -f "$PREFIX/include/pipewire-0.3/$i" ] || LIST="$i $LIST"
|
|
||||||
done
|
|
||||||
|
|
||||||
for i in $(find src/pipewire -name '*.h' -a -not -name '*private.h' | sed s#src/##);
|
for i in $(find src/pipewire -name '*.h' -a -not -name '*private.h' | sed s#src/##);
|
||||||
do
|
do
|
||||||
[ -f "$PREFIX/include/pipewire-0.3/$i" ] || LIST="$i $LIST"
|
[ -f "$PREFIX/include/pipewire-0.3/$i" ] || LIST="$i $LIST"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue