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

pango: clean up

This commit is contained in:
Dylan Araps 2020-02-14 18:50:34 +02:00
parent e9ba87a341
commit bec5640948
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -2,16 +2,16 @@
export DESTDIR="$1"
sed -i "/subdir('tests')/d" meson.build
sed -i "/subdir('examples')/d" meson.build
meson \
--prefix=/usr \
-Dgir=false \
-Dgtk_doc=false \
-Dintrospection=false \
-Dinstalled_tests=false \
. build
ninja -C build
ninja -C build install
# Remove unneeded tests
rm -rf "$1/usr/share/installed-tests"
rm -rf "$1/usr/libexec/installed-tests"