forked from kiss-community/repo
gtk+3: remove installed libepoxy
This commit is contained in:
parent
2d692d9759
commit
26c9401cba
@ -49,9 +49,14 @@ ninja -C output install
|
||||
# compiler errors for some packages. It has no use at all.
|
||||
rm -f "$1/usr/bin/gtk-encode-symbolic-svg"
|
||||
|
||||
# Remove epoxy references from installed pkg-config files. The build system
|
||||
# should have done this for us as it is statically linked.
|
||||
# Remove libepoxy and its references from installed pkg-config files. The build
|
||||
# system should have done this for us as it is statically linked.
|
||||
for f in "$1/usr/lib/pkgconfig/"*.pc; do
|
||||
sed 's/epoxy >= 1.4//' "$f" > _
|
||||
mv -f _ "$f"
|
||||
done
|
||||
|
||||
rm -rf \
|
||||
"$1/usr/lib/pkgconfig/epoxy.pc" \
|
||||
"$1/usr/lib/libepoxy.a" \
|
||||
"$1/usr/include/epoxy"
|
||||
|
Loading…
Reference in New Issue
Block a user