From: Justin Patrin Date: Sat, 13 Aug 2005 01:44:06 +0000 (+0000) Subject: Set entrance, esmart, and e-wm back to -x11 dependencies X-Git-Tag: Release-2010-05/1~9453^2~3912 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2482dcc3faa3e48ecd726ef8bfcc01dc0c034a6;p=openembedded.git Set entrance, esmart, and e-wm back to -x11 dependencies Add e-modules bb file --- diff --git a/packages/e17/e-modules_20050810.bb b/packages/e17/e-modules_20050810.bb new file mode 100644 index 0000000000..4aa4c09bb5 --- /dev/null +++ b/packages/e17/e-modules_20050810.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Enlightenment Window Manager Extra Modules" +DEPENDS = "virtual/ecore virtual/evas esmart edje eet e" +LICENSE = "MIT" +SECTION = "e/apps" +MAINTAINER = "Justin Patrin " +CVSDATE = "${PV}" +PR = "r0" + +inherit autotools + +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/e_modules" +S = "${WORKDIR}/e_modules" + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}" diff --git a/packages/e17/e-wm_20050810.bb b/packages/e17/e-wm_20050810.bb index b5b137eb16..180f2f8c86 100644 --- a/packages/e17/e-wm_20050810.bb +++ b/packages/e17/e-wm_20050810.bb @@ -1,5 +1,5 @@ DESCRIPTION = "E17 - the Enlightenment Window Mananger" -DEPENDS = "virtual/evas virtual/ecore edje eet embryo e" +DEPENDS = "evas-x11 ecore-x11 edje eet embryo e" LICENSE = "MIT" SECTION = "e/apps" MAINTAINER = "Justin Patrin " diff --git a/packages/e17/entrance_20050810.bb b/packages/e17/entrance_20050810.bb index 471b7d31bb..4a7bc20361 100644 --- a/packages/e17/entrance_20050810.bb +++ b/packages/e17/entrance_20050810.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Entrace is the Enlightenment login manager" SECTION = "e/apps" LICENSE = "MIT" # can also use pam and crypt -DEPENDS = "edb virtual/evas virtual/ecore edje esmart" +DEPENDS = "edb evas-x11 ecore-x11 edje esmart" HOMEPAGE = "http://www.enlightenment.org" MAINTAINER = "Justin Patrin " CVSDATE = "${PV}" diff --git a/packages/efl/esmart_0.9.0.004.bb b/packages/efl/esmart_0.9.0.004.bb index beb936e37b..beae7a7bc1 100644 --- a/packages/efl/esmart_0.9.0.004.bb +++ b/packages/efl/esmart_0.9.0.004.bb @@ -1,6 +1,6 @@ DESCRIPTION = "ESmart is a collection of smart Evas objects" LICENSE = "MIT" -DEPENDS = "virtual/evas virtual/ecore virtual/imlib2 epsilon edje libtool" +DEPENDS = "evas-x11 ecore-x11 virtual/imlib2 epsilon edje libtool" PR = "r1" inherit efl