2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/pango/build
2021-11-05 05:51:04 +02:00

22 lines
397 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < no-fribidi.patch
# 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 \
-Dgtk_doc=false \
-Dxft=disabled \
-Dintrospection=disabled \
. build
ninja -C build
ninja -C build install