summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2023-01-22 11:58:41 +0100
committerAndras Timar <andras.timar@collabora.com>2023-01-23 09:41:35 +0100
commit339b90e9a1c89f8e67aeee94d06878b4e130ac36 (patch)
treefff7de10bbd96f5bb0baccc71a2e7a61c7acc257 /configure.ac
parentf557c24c7cb1c54941401035d3ec4297c1109937 (diff)
check for harfbuzz >= 2.6.8
because of hb_ot_layout_lookup_get_glyph_alternates() usage, see https://git.launchpad.net/~libreoffice/ubuntu/+source/libreoffice/commit/?h=wip/lunar-7.5&id=97d1a9d48f30394d86db0ce948c4fb8986afc701 and https://harfbuzz.github.io/harfbuzz-hb-ot-layout.html#hb-ot-layout-lookup-get-glyph-alternates: "Since: 2.6.8" Change-Id: I755c42745f3bdd647fcd7c101ea7e5fde24c5a6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145965 Reviewed-by: خالد حسني <khaled@aliftype.com> Tested-by: René Engelhard <rene@debian.org> (cherry picked from commit a180a99e2d53a2ca04e8fe31a38f6994e42bf69b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145938
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 1cb0c9a63ab5..2cf3484ad4d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10855,7 +10855,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 >= 2.6.0])
+libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz-icu >= 2.6.8])
if test "$COM" = "MSC"; then # override the above
GRAPHITE_LIBS="${WORKDIR}/LinkTarget/StaticLibrary/graphite.lib"