[pango] Bump harfbuzz requirement to 0.9.9
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Bump harfbuzz requirement to 0.9.9
- Date: Thu, 6 Dec 2012 16:15:46 +0000 (UTC)
commit f8ab6c41a6f6a0e633e57b2a2ea5acd253a8cb81
Author: Alexander Larsson <alexl redhat com>
Date: Thu Dec 6 16:35:59 2012 +0100
Bump harfbuzz requirement to 0.9.9
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1bb1716..1261b3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,7 +225,7 @@ AM_CONDITIONAL(CROSS_COMPILING, [test $cross_compiling = yes])
# Checks for HarfBuzz
#
have_harfbuzz=false
-PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 0.9.7, have_harfbuzz=true, AC_MSG_RESULT([no]))
+PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 0.9.9, have_harfbuzz=true, AC_MSG_RESULT([no]))
AM_CONDITIONAL(HAVE_HARFBUZZ, $have_harfbuzz)
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]