summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-03-31 11:20:38 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2013-03-31 11:20:38 -0400
commitb0de28dcdba262e17a34734e8260f4ac0d615ddc (patch)
treec355102d14cb18ae426cda4fcd3c8576556b56c7
parent0f10815fdfbef978e629df2e50bf0f64a44bd61a (diff)
downloadnautilus-b0de28dcdba262e17a34734e8260f4ac0d615ddc.tar.gz
build: require gsettings-desktop-schemas 3.8.0
https://bugzilla.gnome.org/show_bug.cgi?id=696962
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d11b358e6..f6a28beab 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
])