[totem] grilo: Update required grilo version
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] grilo: Update required grilo version
- Date: Tue, 5 Jul 2011 13:22:27 +0000 (UTC)
commit 015eafdce9afaa34d561f1c1a19001cfa6e9cab8
Author: Bastien Nocera <hadess hadess net>
Date: Tue Jul 5 14:22:01 2011 +0100
grilo: Update required grilo version
So that grilo doesn't break the terms of service.
configure.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 5b39b6e..65faf1c 100644
--- a/configure.in
+++ b/configure.in
@@ -543,10 +543,10 @@ for plugin in ${used_plugins}; do
fi
;;
grilo)
- PKG_CHECK_MODULES(LIBGRILO, grilo-0.1 >= 0.1.14,
+ PKG_CHECK_MODULES(LIBGRILO, grilo-0.1 >= 0.1.16,
[HAVE_LIBGRILO=yes], [HAVE_LIBGRILO=no])
if test "${HAVE_LIBGRILO}" != "yes" ; then
- plugin_error_or_ignore "you need libgrilo >= 0.1.14 installed for the Grilo plugin"
+ plugin_error_or_ignore "you need libgrilo >= 0.1.16 installed for the Grilo plugin"
add_plugin="0"
fi
;;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]