diff --git a/build/posix.sh b/build/posix.sh index 03ea19dd..d694dad2 100755 --- a/build/posix.sh +++ b/build/posix.sh @@ -287,6 +287,7 @@ $CURL https://github.com/harfbuzz/harfbuzz/archive/${VERSION_HARFBUZZ}.tar.gz | cd ${DEPS}/harfbuzz meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \ -Dgobject=disabled -Dicu=disabled -Dtests=disabled -Dintrospection=disabled -Ddocs=disabled -Dbenchmark=disabled -Dutilities=disabled \ + -Draster=disabled -Dvector=disabled -Dsubset=disabled \ ${DARWIN:+-Dcoretext=enabled} meson install -C _build --tag devel diff --git a/versions.properties b/versions.properties index 9367d794..96e2a12f 100644 --- a/versions.properties +++ b/versions.properties @@ -9,7 +9,7 @@ VERSION_FONTCONFIG=2.17.1 VERSION_FREETYPE=2.14.2 VERSION_FRIBIDI=1.0.16 VERSION_GLIB=2.87.3 -VERSION_HARFBUZZ=12.3.2 +VERSION_HARFBUZZ=13.0.0 VERSION_HEIF=1.21.2 VERSION_HWY=1.3.0 VERSION_IMAGEQUANT=2.4.1 @@ -24,5 +24,5 @@ VERSION_TIFF=4.7.1 VERSION_UHDR=8cbc983 VERSION_VIPS=8.18.0 VERSION_WEBP=1.6.0 -VERSION_XML2=2.15.1 +VERSION_XML2=2.15.2 VERSION_ZLIB_NG=2.3.3