[cluttermm] Depend on necessary versions of atkmm and pangomm.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cluttermm] Depend on necessary versions of atkmm and pangomm.
- Date: Sat, 8 Jan 2011 21:39:22 +0000 (UTC)
commit 07d252bdfbd519edad1fb7dde8baa77413bbe057
Author: Murray Cumming <murrayc murrayc com>
Date: Sat Jan 8 22:39:15 2011 +0100
Depend on necessary versions of atkmm and pangomm.
* configure.ac: Depend on the versions of atkmm and pangomm that provide
conversions in .m4 files, now that glibmm does not provide them implicitly.
This is only relevant when building from git, however. The older versions
would be OK when building from a tarball.
ChangeLog | 9 +++++++++
configure.ac | 2 +-
2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 375309b..12701c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-08 Murray Cumming <murrayc murrayc com>
+
+ Depend on necessary versions of atkmm and pangomm.
+
+ * configure.ac: Depend on the versions of atkmm and pangomm that provide
+ conversions in .m4 files, now that glibmm does not provide them implicitly.
+ This is only relevant when building from git, however. The older versions
+ would be OK when building from a tarball.
+
2011-01-07 Murray Cumming <murrayc murrayc com>
Fix the build with the latest glibmm.
diff --git a/configure.ac b/configure.ac
index 507cd6c..dfd83f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ AC_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
-AC_SUBST([CLUTTERMM_MODULES], ['clutter-1.0 >= 1.3.8 pangomm-1.4 >= 2.24 atkmm-1.6 >= 2.20'])
+AC_SUBST([CLUTTERMM_MODULES], ['clutter-1.0 >= 1.3.8 pangomm-1.4 >= 2.27.1 atkmm-1.6 >= 2.22.2'])
PKG_CHECK_MODULES([CLUTTERMM], [$CLUTTERMM_MODULES])
MM_PKG_CONFIG_SUBST([GMMPROC_DIR], [--variable=gmmprocdir glibmm-2.4])
MM_PKG_CONFIG_SUBST([GMMPROC_EXTRA_M4_DIR], [--variable=gmmprocm4dir pangomm-1.4 atkmm-1.6])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]