[empathy] Require clutter for empathy-call



commit a34ff2ef492de9b74bdc1d4f55758d389586d032
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Thu Jun 23 16:23:26 2011 +0100

    Require clutter for empathy-call
    
    It will be used to display video output.

 configure.ac |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 12166d0..e960bb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -196,19 +196,22 @@ if test "x$with_call" != "xno" ; then
    [
       farsight2-0.10
       telepathy-farstream
-   ], have_farstream="yes", have_farstream="no" )
+      clutter-1.0
+      clutter-gtk-1.0
+      clutter-gst-1.0
+   ], have_call="yes", have_call="no" )
 
-   if test "x$have_farstream" = "xyes"; then
+   if test "x$have_call" = "xyes"; then
       AC_DEFINE(HAVE_CALL, 1, [Define if you have Call channel support])
    fi
 else
-  have_farstream=no
+  have_call=no
 fi
 
-if test "x$with_call" = "xyes" -a "x$have_farstream" != "xyes"; then
+if test "x$with_call" = "xyes" -a "x$have_call" != "xyes"; then
    AC_MSG_ERROR([Could not find Call handler dependencies.])
 fi
-AM_CONDITIONAL(HAVE_CALL, test "x$have_farstream" = "xyes")
+AM_CONDITIONAL(HAVE_CALL, test "x$have_call" = "xyes")
 
 
 # -----------------------------------------------------------
@@ -637,6 +640,6 @@ Configure summary:
     Extras:
 	Nautilus-sendto plugin......:  ${have_nst}
 	Salut E-D-S support.........:  ${with_eds}
-	Exp. Call channel handler...:  ${have_farstream}
+	Exp. Call channel handler...:  ${have_call}
 	Exp. Call log support.......:  ${have_call_logs}
 "



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