[eog] [GSettings] Bump GLib and GConf requirements for GSettings migration
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] [GSettings] Bump GLib and GConf requirements for GSettings migration
- Date: Sun, 6 Jun 2010 14:42:05 +0000 (UTC)
commit a288a19e78bcf23edd60b6d07250f198f792326b
Author: Felix Riemann <friemann gnome org>
Date: Sun May 30 15:00:10 2010 +0200
[GSettings] Bump GLib and GConf requirements for GSettings migration
GConf 2.31+ is only needed for the corresponding backend
until the whole desktop is converted.
configure.ac | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b86abd3..72b6e98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,10 +84,11 @@ GNOME_DOC_INIT
# **********
GTK_REQUIRED=2.18.0
-GLIB_REQUIRED=2.15.3
+GLIB_REQUIRED=2.25.6
GNOME_DESKTOP_REQUIRED=2.25.1
GDKPIXBUF_REQUIRED=2.4.0
-GCONF_REQUIRED=2.5.90
+# Require GConf 2.31+ for GConf-GSettings-Backend
+GCONF_REQUIRED=2.31.1
GTK_PRINT_REQUIRED=2.10.0
GNOME_ICON_THEME_REQUIRED=2.19.1
SHARED_MIME_INFO_REQUIRED=0.20
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]