summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2022-09-12 17:46:57 +0200
committerRené Engelhard <rene@debian.org>2022-09-12 19:35:03 +0200
commitdbf584e9fbf1563fb63a0daeeadb91f323cc149d (patch)
tree1a1a502965fc5cbae8fc8fb4516a9fdab0e1193e /configure.ac
parent8c904116d660f67341540860cc4a1fb10bc6b0d1 (diff)
bump harfbuzz dependency to >= 2.1.0
as we already use hb_ot_name_get_utf8() and HB_OT_NAME_ID_FONT_FAMILY https: //harfbuzz.github.io/harfbuzz-hb-ot-name.html says Since: 2.1.0 Change-Id: I19bac8be529e4919c4df5a4d2be4ea3363e4a249 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139814 Reviewed-by: Rico Tzschichholz <ricotz@ubuntu.com> Reviewed-by: René Engelhard <rene@debian.org> Tested-by: René Engelhard <rene@debian.org> (cherry picked from commit b4fbffe25a4b8c78843b3e04d8336a46aa2a6925) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139669 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e6671da20ce2..4065b7623bdd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10871,7 +10871,7 @@ libo_CHECK_SYSTEM_MODULE([graphite],[GRAPHITE],[graphite2 >= 0.9.3])
HARFBUZZ_CFLAGS_internal="-I${WORKDIR}/UnpackedTarball/harfbuzz/src"
HARFBUZZ_LIBS_internal="-L${WORKDIR}/UnpackedTarball/harfbuzz/src/.libs -lharfbuzz"
-libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz-icu >= 0.9.42])
+libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz-icu >= 2.1.0])
if test "$COM" = "MSC"; then # override the above
GRAPHITE_LIBS="${WORKDIR}/LinkTarget/StaticLibrary/graphite.lib"