[nautilus-sendto] Disable empathy plugin from 2.29.1



commit 2414adbad93974c6cd29a11bb5f88074d38a8805
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 24 15:11:20 2009 +0100

    Disable empathy plugin from 2.29.1
    
    If Empathy >= 2.29.1, then don't build the empathy plugin
    as Empathy ships its own.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 55f110f..7d60aa5 100644
--- a/configure.in
+++ b/configure.in
@@ -144,7 +144,7 @@ for plugin in ${used_plugins}; do
 			fi
 		;;
 		empathy)
-			PKG_CHECK_MODULES(EMPATHY, libempathy >= $EMPATHY_REQUIRED libempathy-gtk >= $EMPATHY_GTK_REQUIRED gio-2.0 telepathy-glib,
+			PKG_CHECK_MODULES(EMPATHY, libempathy >= $EMPATHY_REQUIRED libempathy-gtk >= $EMPATHY_GTK_REQUIRED libempathy-gtk <= 2.29.1 gio-2.0 telepathy-glib,
 					  enable_empathy=yes, enable_empathy=no)
 			if test "${enable_empathy}" != "yes" ; then
 				plugin_error_or_ignore "you need libempathy and libempathy-gtk to build the Empathy plugin"



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