projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
086d199
)
emotion: fix DSO build.
author
Cedric BAIL
<cedric.bail@free.fr>
Mon, 28 Feb 2011 14:50:27 +0000
(14:50 +0000)
committer
Cedric BAIL
<cedric.bail@free.fr>
Mon, 28 Feb 2011 14:50:27 +0000
(14:50 +0000)
SVN revision: 57415
legacy/emotion/configure.ac
patch
|
blob
|
history
diff --git
a/legacy/emotion/configure.ac
b/legacy/emotion/configure.ac
index 5c10c7d81252e15bb447c92fc8d03eb1e28b2975..88c1bd6de5c1696cde4721dd64ef4673b6a3e537 100644
(file)
--- a/
legacy/emotion/configure.ac
+++ b/
legacy/emotion/configure.ac
@@
-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, [e
ina >= 1.0.0 e
vas >= 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"])