We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b52fa commit 120fca7Copy full SHA for 120fca7
1 file changed
build/posix.sh
@@ -287,6 +287,7 @@ $CURL https://github.com/harfbuzz/harfbuzz/archive/${VERSION_HARFBUZZ}.tar.gz |
287
cd ${DEPS}/harfbuzz
288
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
289
-Dgobject=disabled -Dicu=disabled -Dtests=disabled -Dintrospection=disabled -Ddocs=disabled -Dbenchmark=disabled -Dutilities=disabled \
290
+ -Draster=disabled -Dvector=disabled -Dsubset=disabled \
291
${DARWIN:+-Dcoretext=enabled}
292
meson install -C _build --tag devel
293
0 commit comments