[totem] publish: Require a newer version of libepc



commit 83c479adf4102b38030bcdc3816d9b39e8d7f4ae
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Sep 12 14:33:40 2011 +0100

    publish: Require a newer version of libepc
    
    We need a GTK+ 3.x build, and no G_CONST_RETURN usage.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 12b6c8a..67bc008 100644
--- a/configure.in
+++ b/configure.in
@@ -451,7 +451,7 @@ for plugin in ${used_plugins}; do
 		;;
 		publish)
 			# FIXME
-			PKG_CHECK_MODULES(LIBEPC, libepc-ui-1.0 >= 0.3.0, [HAVE_LIBEPC=yes], [HAVE_LIBEPC=no])
+			PKG_CHECK_MODULES(LIBEPC, libepc-ui-1.0 > 0.4.0, [HAVE_LIBEPC=yes], [HAVE_LIBEPC=no])
 			if test "${HAVE_LIBEPC}" != "yes" ; then
 				plugin_error_or_ignore "you need the easy-publish-and-consume library installed for the publish plugin"
 				add_plugin="0"



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