forked from minhngoc25a/freetype2
Require HarfBuzz 1.8.
* builds/unix/configure.raw, CMakeLists.txt: Request HarfBuzz 1.8.0 or newer. We are going to add auto-hinter support for Hanifi Rohingya, which was introduced in Unicode 11.0.
This commit is contained in:
parent
d09e831559
commit
84d56589f0
|
@ -205,7 +205,7 @@ endif ()
|
|||
|
||||
|
||||
# Find dependencies
|
||||
set(HARFBUZZ_MIN_VERSION "1.3.0")
|
||||
set(HARFBUZZ_MIN_VERSION "1.8.0")
|
||||
if (FT_WITH_HARFBUZZ)
|
||||
find_package(HarfBuzz ${HARFBUZZ_MIN_VERSION} REQUIRED)
|
||||
else ()
|
||||
|
|
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2020-02-19 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Require HarfBuzz 1.8.
|
||||
|
||||
* builds/unix/configure.raw, CMakeLists.txt: Request HarfBuzz 1.8.0
|
||||
or newer.
|
||||
|
||||
We are going to add auto-hinter support for Hanifi Rohingya, which
|
||||
was introduced in Unicode 11.0.
|
||||
|
||||
2020-02-12 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/sfnt/ttcmap.c (tt_face_build_cmaps): Ignore version (#57708).
|
||||
|
|
|
@ -508,7 +508,7 @@ AC_ARG_WITH([harfbuzz],
|
|||
|
||||
have_harfbuzz=no
|
||||
if test x"$with_harfbuzz" = xyes -o x"$with_harfbuzz" = xauto; then
|
||||
harfbuzz_pkg="harfbuzz >= 1.3.0"
|
||||
harfbuzz_pkg="harfbuzz >= 1.8.0"
|
||||
have_harfbuzz_pkg=no
|
||||
|
||||
if test x"$HARFBUZZ_CFLAGS" = x -a x"$HARFBUZZ_LIBS" = x; then
|
||||
|
|
Loading…
Reference in New Issue