]> granicus.if.org Git - libass/commitdiff
Bump minimum Harfbuzz version to 0.9.5
authorGrigori Goronzy <greg@blackbox>
Tue, 16 Oct 2012 17:57:37 +0000 (19:57 +0200)
committerGrigori Goronzy <greg@blackbox>
Tue, 16 Oct 2012 17:57:37 +0000 (19:57 +0200)
configure.ac

index a9f9071ed611830a55dab7bf1f531b0f87bbf3e0..8e1a436148b52d5a9aec0c9ef725179193829f7f 100644 (file)
@@ -65,7 +65,7 @@ PKG_CHECK_MODULES([FONTCONFIG], fontconfig >= 2.4.2, [
 fi
 
 if test x$enable_harfbuzz != xno; then
-PKG_CHECK_MODULES([HARFBUZZ], harfbuzz >= 0.7.0, [
+PKG_CHECK_MODULES([HARFBUZZ], harfbuzz >= 0.9.5, [
     CFLAGS="$CFLAGS $HARFBUZZ_CFLAGS"
     LIBS="$LIBS $HARFBUZZ_LIBS"
     AC_DEFINE(CONFIG_HARFBUZZ, 1, [found harfbuzz-ng via pkg-config])
@@ -103,7 +103,7 @@ if test x$fontconfig = xtrue; then
     pkg_requires="fontconfig >= 2.2.0, ${pkg_requires}"
 fi
 if test x$harfbuzz = xtrue; then
-    pkg_requires="harfbuzz >= 0.7.0, ${pkg_requires}"
+    pkg_requires="harfbuzz >= 0.9.5, ${pkg_requires}"
 fi
 
 AC_SUBST([PKG_LIBS_DEFAULT], [$(test x$enable_shared = xno && echo ${pkg_libs})])