[nautilus] build: require gsettings-desktop-schemas 3.8.0
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] build: require gsettings-desktop-schemas 3.8.0
- Date: Sun, 31 Mar 2013 15:21:47 +0000 (UTC)
commit b0de28dcdba262e17a34734e8260f4ac0d615ddc
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Sun Mar 31 11:20:38 2013 -0400
build: require gsettings-desktop-schemas 3.8.0
https://bugzilla.gnome.org/show_bug.cgi?id=696962
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d11b358..f6a28be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ m4_define(xml_minver, 2.7.8)
m4_define(exif_minver, 0.6.20)
m4_define(exempi_minver, 2.1.0)
m4_define(notify_minver, 0.7.0)
-
+m4_define(schemas_minver, 3.8.0)
dnl 1. If the library code has changed at all since last release, then increment revision.
dnl 2. If any interfaces have been added, then increment current and set revision to 0.
@@ -277,7 +277,7 @@ PKG_CHECK_MODULES(NAUTILUS, [
gmodule-no-export-2.0 >= glib_minver
gio-2.0 >= glib_minver
gio-unix-2.0 >= glib_minver
- gsettings-desktop-schemas
+ gsettings-desktop-schemas >= schemas_minver
libnotify >= notify_minver
])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]