mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -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"
|
||||
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/##);
|
||||
do
|
||||
[ -f "$PREFIX/include/pipewire-0.3/$i" ] || LIST="$i $LIST"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue