gtk+3: Fix pc files

This commit is contained in:
Dylan Araps 2021-08-09 08:08:11 +03:00
parent 315aa395ba
commit f5ba1ad72d
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
2 changed files with 8 additions and 1 deletions

View File

@ -83,3 +83,10 @@ make 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.
for f in "$1/usr/lib/pkgconfig/"*.pc; do
sed 's/epoxy >= 1.4//' "$f" > _
mv -f _ "$f"
done

View File

@ -1 +1 @@
3.24.29 4
3.24.29 5