[gnome-settings-daemon] build: Require gsettings-desktop-schemas 3.3.0



commit a6996a4e097031dba8a714f2011e330ba310a559
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Nov 14 10:18:54 2011 +0000

    build: Require gsettings-desktop-schemas 3.3.0
    
    For the new window manager schemas, used by Metacity and Mutter.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4a4f833..3fddbba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,7 @@ PKG_CHECK_MODULES(SETTINGS_DAEMON,
         gmodule-2.0
         gthread-2.0
         dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
-	gsettings-desktop-schemas >= 0.1.2
+	gsettings-desktop-schemas >= 3.3.0
 )
 
 PKG_CHECK_MODULES(SETTINGS_PLUGIN,



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