[gtkmm] Depend on necessary versions of atkmm and pangomm.



commit 698b36969c7673769938c9f0069fd72d545d5206
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Jan 8 22:14:33 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 |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 06cf613..2799f5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 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-08  Murray Cumming  <murrayc murrayc com>
+
 	Use RefPtr::reset() instead of deprecated RefPtr::clear().
 
 	* demos/gtk-demo/example_change_display.cc:
diff --git a/configure.ac b/configure.ac
index 9615db4..c0b2181 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ AS_IF([test "x$enable_static" = xyes],
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
 # The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
 # The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.0 pangomm-1.4 >= 2.26 gtk+-3.0 >= 2.91.7 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 2.91.7 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],
@@ -66,7 +66,7 @@ AS_IF([test "x$gtkmm_host_windows" = xyes],
 GTKMM_ARG_ENABLE_API_ATKMM
 
 AS_IF([test "x$gtkmm_enable_api_atkmm" != xno],
-      [GTKMM_MODULES="atkmm-1.6 >= 2.21.1 $GTKMM_MODULES"])
+      [GTKMM_MODULES="atkmm-1.6 >= 2.22.2 $GTKMM_MODULES"])
 AC_SUBST([GTKMM_MODULES])
 
 PKG_CHECK_MODULES([GDKMM], [$GDKMM_MODULES])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]