From a34ff2ef492de9b74bdc1d4f55758d389586d032 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Thu, 23 Jun 2011 16:23:26 +0100 Subject: Require clutter for empathy-call It will be used to display video output. --- configure.ac | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 12166d0e5..e960bb0b0 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} " -- cgit v1.2.3