diff options
author | Khaled Hosny <khaled@aliftype.com> | 2023-02-08 21:27:50 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2023-02-12 21:08:49 +0100 |
commit | ef71630646a7a7688a3f0b7a5b84ae9776ca121c (patch) | |
tree | d38e4d455dc0a604faabc19af0be6a7b6be51742 /configure.ac | |
parent | b155d98dc6373bb0a807f702c5a55d9ad502e90f (diff) |
Require HarfBuzz 5.1.0
This is the minimal version to provide the functionality we currently
check for. Some important LO functionality currently depend on idfdef'd
HarfBuzz code, and some distributions build against old system HarfBuzz
leading to user bug reports that are tricky to track down, e.g:
tdf#153048 and tdf#153470.
Change-Id: I7d58ec46f8fd340d2592887c0088876d71351771
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146674
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
(cherry picked from commit 8c1e91444c78db1093c3db54d98efb16294f82ea)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146699
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b026c2ed552b..75543fcdb289 100644 --- a/configure.ac +++ b/configure.ac @@ -10847,6 +10847,7 @@ AC_SUBST(SYSTEM_LIBORCUS) dnl =================================================================== dnl HarfBuzz dnl =================================================================== +harfbuzz_required_version=5.1.0 GRAPHITE_CFLAGS_internal="-I${WORKDIR}/UnpackedTarball/graphite/include -DGRAPHITE2_STATIC" GRAPHITE_LIBS_internal="-L${WORKDIR}/LinkTarget/StaticLibrary -lgraphite" |