* 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:
parent
713d68ee9f
commit
0206479158
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user