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

pango: simplify build

This commit is contained in:
Dylan Araps 2021-07-27 18:07:57 +03:00
parent 2d368e4590
commit 52045d6a0d
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -2,13 +2,13 @@
patch -p1 < no-fribidi.patch
# First substitution disables weird case where build may try to git clone
# some repository related to documentation.
sed -e "s/'gi-docgen', '/'/" \
-e "/subdir('tests')/d" \
-e "/subdir('examples')/d" \
meson.build > _
mv -f _ meson.build
# Disable download of missing (optional) dependencies
# during the build. This cannot be turned off otherwise.
rm -rf subprojects
: > tests/meson.build
: > examples/meson.build
: > docs/meson.build
meson \
--prefix=/usr \
@ -16,7 +16,7 @@ meson \
-Dgtk_doc=false \
-Dxft=disabled \
-Dintrospection=disabled \
-Dinstalled_tests=false \
-Dinstall_tests=false \
. build
ninja -C build