forked from kiss-community/repo
gtk+3: better epoxy removal
This commit is contained in:
parent
48f61878be
commit
501bef62cd
@ -30,7 +30,7 @@ meson setup \
|
|||||||
output
|
output
|
||||||
|
|
||||||
ninja -C 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
|
# 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.
|
# 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" > _
|
sed 's/epoxy >= 1.4//' "$f" > _
|
||||||
mv -f _ "$f"
|
mv -f _ "$f"
|
||||||
done
|
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