[glom] Increase required version of libgdamm.



commit 29c67b541437d791e08c7a8a55da2c21acbb1d8a
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Feb 27 15:13:57 2010 +0100

    Increase required version of libgdamm.
    
    * configure.ac: Increase libgdamm dependency to the last one that doesn't
    need libgda 4.1/4.2. We actually need some API that was not in the older one.

 ChangeLog    |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index cefa5c5..d589430 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-02-27  Murray Cumming  <murrayc murrayc com>
 
+  Increase required version of libgdamm.
+  
+	* configure.ac: Increase libgdamm dependency to the last one that doesn't 
+	need libgda 4.1/4.2. We actually need some API that was not in the older one.
+
+2010-02-27  Murray Cumming  <murrayc murrayc com>
+
   Revert use of SqlBuilder because it requires libgda 4.1,
   which will not be packaged by the upcoming Ubuntu Lucid, which is an 
   important version of an important distro.
diff --git a/configure.ac b/configure.ac
index e4cf447..ce23bd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,7 +146,7 @@ AC_ARG_ENABLE([maemo-launcher],
 # Libraries used by libglom:
 # We require libgda >= 4.0.4 because previous versions had case-sensitivity or fatal metastore problems.
 # libgda >= 4.1.2 is also OK, but not 4.1.<2.
-REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 pygda-4.0 >= 2.25.3 pygobject-2.0 >= 2.6.0 libgdamm-4.0 >= 3.99.14 libgda-4.0 >= 4.0.4 libgda-postgres-4.0'
+REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 pygda-4.0 >= 2.25.3 pygobject-2.0 >= 2.6.0 libgdamm-4.0 >= 3.99.18 libgda-4.0 >= 4.0.4 libgda-postgres-4.0'
 
 AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.3.1 avahi-ui"])



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