configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bd805279bfa1e952fdc8e4de6014ffda8cfdc29c
Author: Rene Engelhard <[email protected]>
AuthorDate: Sun Jan 22 11:58:41 2023 +0100
Commit: Christian Lohmaier <[email protected]>
CommitDate: Wed Jan 25 13:54:56 2023 +0000
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: خالد حسني <[email protected]>
Tested-by: René Engelhard <[email protected]>
(cherry picked from commit a180a99e2d53a2ca04e8fe31a38f6994e42bf69b)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145938
(cherry picked from commit 76742388b3dcfe69d8af33137bc51135e58fbfa0)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146086
Reviewed-by: Xisco Fauli <[email protected]>
Tested-by: Christian Lohmaier <[email protected]>
Reviewed-by: Christian Lohmaier <[email protected]>
diff --git a/configure.ac b/configure.ac
index db37f61449ec..74d657a02d3c 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"