configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bd805279bfa1e952fdc8e4de6014ffda8cfdc29c
Author:     Rene Engelhard <r...@debian.org>
AuthorDate: Sun Jan 22 11:58:41 2023 +0100
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
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: خالد حسني <kha...@aliftype.com>
    Tested-by: René Engelhard <r...@debian.org>
    (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 <xiscofa...@libreoffice.org>
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

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"

Reply via email to