mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
pango: clean up
This commit is contained in:
parent
e9ba87a341
commit
bec5640948
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user