summaryrefslogtreecommitdiffstats
path: root/recipes/efl1/ecore.inc
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-11-14 12:31:56 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-11-19 02:19:29 +0100
commit9bd7891192de86235cfec534350b0c3574808cd4 (patch)
tree637f264b16ade13071c1cc4c42eb608e0b5a69c9 /recipes/efl1/ecore.inc
parent2ffe3fac1613ba96dda04e84691b74850ed2af08 (diff)
downloadopenembedded-9bd7891192de86235cfec534350b0c3574808cd4.tar.gz
ecore: fix building for uClibc
* dep on gettext-native, becaus it provides iconv.m4 with AM_ICONV * we don't have any estoric libc, so relay on AM_ICONV macro * bump PR * this time tested for glibc builds too
Diffstat (limited to 'recipes/efl1/ecore.inc')
-rw-r--r--recipes/efl1/ecore.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/efl1/ecore.inc b/recipes/efl1/ecore.inc
index 4cbbc01774..ef3ba55d55 100644
--- a/recipes/efl1/ecore.inc
+++ b/recipes/efl1/ecore.inc
@@ -1,6 +1,7 @@
DESCRIPTION = "Ecore is the Enlightenment application framework library"
LICENSE = "MIT BSD"
-DEPENDS = "curl eet evas tslib libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil"
+DEPENDS = "gettext-native virtual/libiconv curl eet evas tslib glib-2.0 \
+ libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil"
# optional
# DEPENDS += "directfb libsdl-x11 openssl virtual/libiconv"
PV = "0.9.9.060+svnr${SRCPV}"