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



commit e8af08331a7486a78aeaaeb444d218e4ec0e2e7f
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 940389c..6f4e3ee 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 e9fade9..229da91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,7 +127,7 @@ AS_IF([test "x$glom_enable_postgresql" = xyes],
                  [Whether to enable support for PostgreSQL databases.])])
 
 # Libraries used by libglom:
-REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.3.1 libgda-postgres-5.0'
+REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.4 libgda-postgres-5.0'
 
 AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])



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