configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a180a99e2d53a2ca04e8fe31a38f6994e42bf69b Author: Rene Engelhard <r...@debian.org> AuthorDate: Sun Jan 22 11:58:41 2023 +0100 Commit: René Engelhard <r...@debian.org> CommitDate: Sun Jan 22 11:12:01 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: خالد حسني <kha...@aliftype.com> Tested-by: René Engelhard <r...@debian.org> diff --git a/configure.ac b/configure.ac index 47b6702df669..d981eba2bab8 100644 --- a/configure.ac +++ b/configure.ac @@ -10864,7 +10864,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"