summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-03-01 21:34:57 +0100
committerWerner Lemberg <wl@gnu.org>2018-03-01 21:34:57 +0100
commit020647915829dc03a694aed629bddabe42cb6ad0 (patch)
tree2dc4f75cc11519e1d0dc29d6c47c9ab0e83bc593
parent713d68ee9f47cc8df56e47fa2f54b191bb8c3186 (diff)
downloadfreetype2-020647915829dc03a694aed629bddabe42cb6ad0.tar.gz
* builds/unix/configure.raw: Need HarfBuzz 1.3.0 or newer.
Problem reported by Alan Coopersmith <alan.coopersmith@oracle.com>.
-rw-r--r--ChangeLog6
-rw-r--r--builds/unix/configure.raw2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a8d3f71a4..5b9ee68e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-02-23 Werner Lemberg <wl@gnu.org>
+
+ * builds/unix/configure.raw: Need HarfBuzz 1.3.0 or newer.
+
+ Problem reported by Alan Coopersmith <alan.coopersmith@oracle.com>.
+
2018-02-17 Werner Lemberg <wl@gnu.org>
[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