From: Cedric BAIL Date: Wed, 18 Dec 2013 09:03:01 +0000 (+0900) Subject: autotools: Evil is actually needed on Windows add the correct line for Ecore_Avahi. X-Git-Tag: v1.9.0-alpha1~385 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6cc00369f1dfc8f0664fc17ea2d2cbf4132c217;p=platform%2Fupstream%2Fefl.git autotools: Evil is actually needed on Windows add the correct line for Ecore_Avahi. --- diff --git a/configure.ac b/configure.ac index 788d392..09df5b9 100644 --- a/configure.ac +++ b/configure.ac @@ -2593,6 +2593,9 @@ AC_ARG_ENABLE([avahi], ### Checks for programs +## Compatibility layers +EFL_PLATFORM_DEPEND([ECORE_AVAHI], [evil]) + ### Checks for libraries EFL_INTERNAL_DEPEND_PKG([ECORE_AVAHI], [ecore]) EFL_INTERNAL_DEPEND_PKG([ECORE_AVAHI], [eina])