[glom/glom-1-18] Require latest libgdamm, for the Value::operator=() fix.



commit 7353d22901226e48366cf17e7bb0a151276536ce
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Sep 21 09:40:20 2011 +0200

    Require latest libgdamm, for the Value::operator=() fix.
    
    * configure.ac: This avoids a blank details view when changing to developer
    mode.

 ChangeLog    |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 720a857..10d064c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-21  Murray Cumming  <murrayc murrayc com>
+
+	Require latest libgdamm, for the Value::operator=() fix.
+
+	* configure.ac: This avoids a blank details view when changing to developer
+	mode.
+
 2011-09-20  Murray Cumming  <murrayc murrayc com>
 
 	Details: Avoid an empty layout when changing to developer mode.
diff --git a/configure.ac b/configure.ac
index 47e0ba3..607d6f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,7 +153,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 >= 2.23.1 pygda-4.0 >= 2.25.3 pygobject-2.0 >= 2.6.0 libgdamm-4.0 >= 4.1.2 libgda-4.0 >= 4.0.4 libgda-postgres-4.0'
+REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygda-4.0 >= 2.25.3 pygobject-2.0 >= 2.6.0 libgdamm-4.0 >= 4.1.3 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"])



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