* builds/unix/configure.raw: Need harfbuzz >= 0.9.21 (#45828).
This commit is contained in:
parent
78b014031d
commit
633d8ed2c9
|
@ -1,3 +1,7 @@
|
||||||
|
2015-08-26 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
* builds/unix/configure.raw: Need harfbuzz >= 0.9.21 (#45828).
|
||||||
|
|
||||||
2015-08-25 Werner Lemberg <wl@gnu.org>
|
2015-08-25 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
[base] Improve kerning tracing and documentation.
|
[base] Improve kerning tracing and documentation.
|
||||||
|
|
|
@ -460,7 +460,7 @@ AC_ARG_WITH([harfbuzz],
|
||||||
|
|
||||||
have_harfbuzz=no
|
have_harfbuzz=no
|
||||||
if test x"$with_harfbuzz" = xyes -o x"$with_harfbuzz" = xauto; then
|
if test x"$with_harfbuzz" = xyes -o x"$with_harfbuzz" = xauto; then
|
||||||
harfbuzz_pkg="harfbuzz >= 0.9.19"
|
harfbuzz_pkg="harfbuzz >= 0.9.21"
|
||||||
have_harfbuzz_pkg=no
|
have_harfbuzz_pkg=no
|
||||||
|
|
||||||
if test x"$HARFBUZZ_CFLAGS" = x -a x"$HARFBUZZ_LIBS" = x; then
|
if test x"$HARFBUZZ_CFLAGS" = x -a x"$HARFBUZZ_LIBS" = x; then
|
||||||
|
|
Loading…
Reference in New Issue