[nautilus-sendto] build: Update libsocialweb requirements



commit f69adc436b47ddb94ddb5d4c4b1d7c546b8e12f4
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 3 14:58:35 2010 +0000

    build: Update libsocialweb requirements
    
    Needed for the video upload support.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 9648924..bad1f48 100644
--- a/configure.in
+++ b/configure.in
@@ -160,7 +160,7 @@ for plugin in ${used_plugins}; do
 			fi
 		;;
 		socialweb)
-			PKG_CHECK_MODULES(SOCIALWEB, libsocialweb-client,
+			PKG_CHECK_MODULES(SOCIALWEB, libsocialweb-client >= 0.25.7,
 					  enable_libsocialweb=yes, enable_libsocialweb=no)
 			if test "${enable_libsocialweb}" != "yes"; then
 				plugin_error_or_ignore "you need libsocialweb-client to build the libsocialweb plugin"



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