emotion: fix DSO build.
authorCedric BAIL <cedric.bail@free.fr>
Mon, 28 Feb 2011 14:50:27 +0000 (14:50 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Mon, 28 Feb 2011 14:50:27 +0000 (14:50 +0000)
SVN revision: 57415

legacy/emotion/configure.ac

index 5c10c7d81252e15bb447c92fc8d03eb1e28b2975..88c1bd6de5c1696cde4721dd64ef4673b6a3e537 100644 (file)
@@ -109,7 +109,7 @@ PKG_CHECK_MODULES(EMOTION, [eina >= 1.0.0 evas >= 1.0.0 ecore >= 1.0.0])
 requirement_emotion="ecore >= 1.0.0 evas >= 1.0.0 eina >= 1.0.0"
 
 if test "x${have_emotion_test}" = "xyes" ; then
-   PKG_CHECK_MODULES(EMOTION_BIN, [evas >= 1.0.0 ecore >= 1.0.0 ecore-evas >= 1.0.0 edje >= 1.0.0])
+   PKG_CHECK_MODULES(EMOTION_BIN, [eina >= 1.0.0 evas >= 1.0.0 ecore >= 1.0.0 ecore-evas >= 1.0.0 edje >= 1.0.0])
 fi
 
 PKG_CHECK_MODULES(ECORE_X, [ecore-x >= 1.0.0], [have_ecore_x="yes"], [have_ecore_x="no"])