/soc/2015/mmcc/main: e7cff0f9b110: drop Pango requirement to 1.3...
Michael McConville <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: e7cff0f9b1109e3df447e59a4106afc77281f0ad Author: Michael McConville <[email protected]> Date: 2015-06-20 14:08 -0400 Branch: default URL: https://hg.pidgin.im/soc/2015/mmcc/main/rev/e7cff0f9b110 Description: drop Pango requirement to 1.34 for RHEL 7 diffstat: configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines): diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -592,8 +592,8 @@ running configure. AC_SUBST(GTK_PC_MODULE) AC_SUBST(GTK_VERSION) - PKG_CHECK_MODULES(PANGO, [pango >= 1.36.0], - AC_DEFINE(HAVE_PANGO136, 1, [Define if we have Pango 1.36 or newer.]),:) + PKG_CHECK_MODULES(PANGO, [pango >= 1.34.0], + AC_DEFINE(HAVE_PANGO134, 1, [Define if we have Pango 1.34 or newer.]),:) WEBKIT_VERSION=1.3.7 WEBKIT_PC_MODULE="webkitgtk-3.0" _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits