* builds/unix/configure.raw: Need HarfBuzz 1.3.0 or newer.

Problem reported by Alan Coopersmith <alan.coopersmith@oracle.com>.
This commit is contained in:
Werner Lemberg 2018-03-01 21:34:57 +01:00
parent 713d68ee9f
commit 0206479158
2 changed files with 7 additions and 1 deletions

View File

@ -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).

View File

@ -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