summaryrefslogtreecommitdiff
path: root/builds/unix/configure.raw
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2020-02-19 18:13:02 +0100
committerWerner Lemberg <wl@gnu.org>2020-02-19 19:22:49 +0100
commit84d56589f04eb1f459d865e8401e9c723fbbefb3 (patch)
treeeb7a120599ff1d99cc7d82f73a9bc9f334ac15cb /builds/unix/configure.raw
parentd09e8315591bb3b8767185d9abd8c3e40b8cc347 (diff)
downloadfreetype2-84d56589f04eb1f459d865e8401e9c723fbbefb3.tar.gz
Require HarfBuzz 1.8.
* builds/unix/configure.raw, CMakeLists.txt: Request HarfBuzz 1.8.0 or newer. We are going to add auto-hinter support for Hanifi Rohingya, which was introduced in Unicode 11.0.
Diffstat (limited to 'builds/unix/configure.raw')
-rw-r--r--builds/unix/configure.raw2
1 files changed, 1 insertions, 1 deletions
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index efb1242ab..2b07f3f52 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -508,7 +508,7 @@ AC_ARG_WITH([harfbuzz],
have_harfbuzz=no
if test x"$with_harfbuzz" = xyes -o x"$with_harfbuzz" = xauto; then
- harfbuzz_pkg="harfbuzz >= 1.3.0"
+ harfbuzz_pkg="harfbuzz >= 1.8.0"
have_harfbuzz_pkg=no
if test x"$HARFBUZZ_CFLAGS" = x -a x"$HARFBUZZ_LIBS" = x; then