[glom] Require latest libepc.



commit 44767871c1b0d65838dac0f90e8ab528ce536066
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu May 12 21:44:09 2011 +0200

    Require latest libepc.
    
    Because it uses avahi-ui-gtk3, which uses GTK+3.
    Otherwise we would be indirectl using both GTK+ 2 and GTK+ 3.

 ChangeLog    |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3ae56e9..fa1d343 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-05-12  Murray Cumming  <murrayc murrayc com>
+
+	Require latest libepc.
+
+	Because it uses avahi-ui-gtk3, which uses GTK+3.
+	Otherwise we would be indirectl using both GTK+ 2 and GTK+ 3.
+
 2011-04-19  Murray Cumming  <murrayc murrayc com>
 
 	Egg::SpreadTable: Add a test.
diff --git a/configure.ac b/configure.ac
index 4e8ca75..eff9309 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,7 +157,7 @@ AC_ARG_ENABLE([maemo-launcher],
 REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygobject-2.0 >= 2.28.0 libgdamm-5.0 >= 4.99.0 libgda-postgres-5.0'
 
 AS_IF([test "x$glom_host_win32" != xyes],
-      [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.3.1"])
+      [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])
 
 # Libraries used by Glom:
 REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 2.99.1 gthread-2.0 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-2.0 >= 1.90.3"



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