mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 03:00:10 -07:00
gtk+3: Fix pc files
This commit is contained in:
parent
315aa395ba
commit
f5ba1ad72d
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
3.24.29 4
|
||||
3.24.29 5
|
||||
|
Loading…
Reference in New Issue
Block a user