From: Graeme Gregory Date: Fri, 9 May 2008 15:00:49 +0000 (+0000) Subject: ecore.inc : fix DEPENDS from OM mtn X-Git-Tag: Release-2010-05/1~6970^2~4^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de54edd91e30a585056936bd177a83495d113037;p=openembedded.git ecore.inc : fix DEPENDS from OM mtn --- diff --git a/packages/efl1/ecore.inc b/packages/efl1/ecore.inc index 84c0b90c29..140254f897 100644 --- a/packages/efl1/ecore.inc +++ b/packages/efl1/ecore.inc @@ -1,6 +1,6 @@ DESCRIPTION = "Ecore is the Enlightenment application framework library" LICENSE = "MIT BSD" -DEPENDS = "curl eet evas tslib" +DEPENDS = "curl eet evas tslib libxtst libxscrnsaver" # optional # DEPENDS += "directfb libsdl-x11 openssl virtual/libiconv" PV = "0.9.9.042+cvs${SRCDATE}"