[nautilus] libnotify: need at least 0.7.0
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] libnotify: need at least 0.7.0
- Date: Thu, 7 Apr 2011 19:39:08 +0000 (UTC)
commit e6dc21ba3b908ed93e08e39731733c871a91e171
Author: Paul Seidler <pl seidler gmail com>
Date: Thu Apr 7 21:14:42 2011 +0200
libnotify: need at least 0.7.0
https://bugzilla.gnome.org/show_bug.cgi?id=647088
configure.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 776da50..30a7104 100644
--- a/configure.in
+++ b/configure.in
@@ -9,6 +9,7 @@ m4_define(gtk_minver, 3.0.8)
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)
dnl 1. If the library code has changed at all since last release, then increment revision.
@@ -295,7 +296,7 @@ PKG_CHECK_MODULES(NAUTILUS, [
gio-2.0 >= glib_minver
gio-unix-2.0 >= glib_minver
gsettings-desktop-schemas
- libnotify
+ libnotify >= notify_minver
])
AC_SUBST(NAUTILUS_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]