2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

gtk+3: better epoxy removal

This commit is contained in:
Owen Rafferty 2022-06-27 23:07:26 -05:00
parent 48f61878be
commit 501bef62cd
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB

View File

@ -30,7 +30,7 @@ meson setup \
output
ninja -C output
ninja -C output install
meson install -C output --skip-subprojects
# GTK+3 on Wayland requires gsettings-desktop-schemas for gsettings to work
# correctly. Under X11 it made use of xsettings but this is no longer the case.
@ -56,8 +56,3 @@ 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"