[totem] build: Require Zeitgeist 0.3.6 to be license compliant
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] build: Require Zeitgeist 0.3.6 to be license compliant
- Date: Fri, 11 Mar 2011 15:36:43 +0000 (UTC)
commit 499028669c6a695551bafa85a198b191b76b9726
Author: Bastien Nocera <hadess hadess net>
Date: Fri Mar 11 15:35:47 2011 +0000
build: Require Zeitgeist 0.3.6 to be license compliant
https://bugzilla.gnome.org/show_bug.cgi?id=640365#c8
configure.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index d0e5a61..0ad3923 100644
--- a/configure.in
+++ b/configure.in
@@ -529,10 +529,10 @@ for plugin in ${used_plugins}; do
plugin_error_or_ignore "you need vala installed to use the zeitgeist-dp plugin"
add_plugin="0"
else
- PKG_CHECK_MODULES(LIBZEITGEIST, zeitgeist-1.0 >= 0.2.12,
+ PKG_CHECK_MODULES(LIBZEITGEIST, zeitgeist-1.0 >= 0.3.6,
[HAS_LIBZEITGEIST=yes], [HAS_LIBZEITGEIST=no])
if test "${HAS_LIBZEITGEIST}" != "yes" ; then
- plugin_error_or_ignore "you need zeitgeist-1.0 >= 0.2.12 to use the zeitgeist-dp plugin"
+ plugin_error_or_ignore "you need zeitgeist-1.0 >= 0.3.6 to use the zeitgeist-dp plugin"
add_plugin="0"
fi
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]