Skip to content

Commit 120fca7

Browse files
committed
harfbuzz: skip building newly-added libraries
1 parent 56b52fa commit 120fca7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/posix.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ $CURL https://github.com/harfbuzz/harfbuzz/archive/${VERSION_HARFBUZZ}.tar.gz |
287287
cd ${DEPS}/harfbuzz
288288
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
289289
-Dgobject=disabled -Dicu=disabled -Dtests=disabled -Dintrospection=disabled -Ddocs=disabled -Dbenchmark=disabled -Dutilities=disabled \
290+
-Draster=disabled -Dvector=disabled -Dsubset=disabled \
290291
${DARWIN:+-Dcoretext=enabled}
291292
meson install -C _build --tag devel
292293

0 commit comments

Comments
 (0)