[totem] build: Update grilo error message



commit e1d657cf96a79e57ab64646d2ec26115434a40e0
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Apr 13 16:10:16 2012 +0100

    build: Update grilo error message

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index e251739..d3e7000 100644
--- a/configure.in
+++ b/configure.in
@@ -508,7 +508,7 @@ for plugin in ${used_plugins}; do
 			PKG_CHECK_MODULES(LIBGRILO, grilo-0.2 >= 0.2.0,
 				[HAVE_LIBGRILO=yes], [HAVE_LIBGRILO=no])
 			if test "${HAVE_LIBGRILO}" != "yes" ; then
-				plugin_error_or_ignore "you need libgrilo >= 0.1.16 installed for the Grilo plugin"
+				plugin_error_or_ignore "you need libgrilo >= 0.2.0 installed for the Grilo plugin"
 				add_plugin="0"
 			fi
 		;;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]