From 020647915829dc03a694aed629bddabe42cb6ad0 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 1 Mar 2018 21:34:57 +0100 Subject: [PATCH] * builds/unix/configure.raw: Need HarfBuzz 1.3.0 or newer. Problem reported by Alan Coopersmith . --- ChangeLog | 6 ++++++ builds/unix/configure.raw | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a8d3f71a4..5b9ee68e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-02-23 Werner Lemberg + + * builds/unix/configure.raw: Need HarfBuzz 1.3.0 or newer. + + Problem reported by Alan Coopersmith . + 2018-02-17 Werner Lemberg [sfnt] Prefer `CBDT'/`CBLC' over `glyf' table (#53154). diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index 3d175834a..48e0f40d5 100644 --- a/builds/unix/configure.raw +++ b/builds/unix/configure.raw @@ -487,7 +487,7 @@ AC_ARG_WITH([harfbuzz], have_harfbuzz=no if test x"$with_harfbuzz" = xyes -o x"$with_harfbuzz" = xauto; then - harfbuzz_pkg="harfbuzz >= 0.9.21" + harfbuzz_pkg="harfbuzz >= 1.3.0" have_harfbuzz_pkg=no if test x"$HARFBUZZ_CFLAGS" = x -a x"$HARFBUZZ_LIBS" = x; then