From 60730094bd0b1c0f67a1f1a19ec1a5dd1a7b7705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Briano?= Date: Fri, 5 Aug 2011 15:39:18 +0000 Subject: [PATCH] Check Evas too, DSO thingy SVN revision: 62139 --- legacy/eina/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eina/configure.ac b/legacy/eina/configure.ac index 440cb1123e..1a25f68c00 100644 --- a/legacy/eina/configure.ac +++ b/legacy/eina/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