[glom] Depend on gtkmm >= 2.19.2, fixing GNOME bug #612796



commit ec09e81eaf7a2b85d8e5b5fb3718fbac30f7c516
Author: David King <amigadave amigadave com>
Date:   Sat Mar 13 15:43:25 2010 +0100

    Depend on gtkmm >= 2.19.2, fixing GNOME bug #612796
    
    * configure.ac: Bump glom gtkmm version requirement to >= 2.19.2 for
    Gtk::ToolPalette. Fixes GNOME bug #612796.

 ChangeLog    |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9b778fc..9d6baea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-03-13  David King  <davidk openismus com>
 
+	Depend on gtkmm >= 2.19.2, fixing GNOME bug #612796
+
+	* configure.ac: Bump glom gtkmm version requirement to >= 2.19.2 for
+	Gtk::ToolPalette. Fixes GNOME bug #612796.
+
+2010-03-13  David King  <davidk openismus com>
+
 	Depend on libxml++ >= 2.23.1, fixing GNOME bug#612794
 
 	* configure.ac: Bump libglom libxml++ version requirement to >= 2.23.1
diff --git a/configure.ac b/configure.ac
index 96c82bc..40767d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,7 +152,7 @@ AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.3.1 avahi-ui"])
 
 # Libraries used by Glom:
-REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-2.4 >= 2.14.9 gthread-2.0 gconfmm-2.6 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-1.0 >= 0.14.0"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-2.4 >= 2.19.2 gthread-2.0 gconfmm-2.6 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-1.0 >= 0.14.0"
 
 # Do not require iso-codes in client-only mode, or on Windows:
 # TODO: Package iso-codes for Windows?



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