From: sachiel Date: Fri, 5 Aug 2011 15:39:18 +0000 (+0000) Subject: Check Evas too, DSO thingy X-Git-Tag: 2.0_alpha~64^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74a55812809af883202220e953a57ccefe742f9e;p=framework%2Fuifw%2Feina.git Check Evas too, DSO thingy git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@62139 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 440cb11..1a25f68 100644 --- a/configure.ac +++ b/configure.ac @@ -346,7 +346,7 @@ if test "x${enable_ememoa}" = "xyes" ; then ) fi -PKG_CHECK_MODULES([ECORE_EVAS], [ecore-evas ecore], [build_tiler_example="yes"], [build_tiler_example="no"]) +PKG_CHECK_MODULES([ECORE_EVAS], [ecore-evas ecore evas], [build_tiler_example="yes"], [build_tiler_example="no"]) AM_CONDITIONAL([BUILD_TILER_EXAMPLE], [test "x${build_tiler_example}" = "xyes"]) ### Checks for header files