From: Justin Patrin Date: Thu, 1 Sep 2005 21:25:09 +0000 (+0000) Subject: e-modules: change DEPENDS to use -x11 instead of virtual as they are part of the... X-Git-Tag: Release-2010-05/1~9453^2~3649^2~17 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=832d1100440065b8e3267faf44216917ca604b43;p=openembedded.git e-modules: change DEPENDS to use -x11 instead of virtual as they are part of the WM and need X11 --- diff --git a/packages/e17/e-modules_20050810.bb b/packages/e17/e-modules_20050810.bb index c019c441e1..9ab3330c97 100644 --- a/packages/e17/e-modules_20050810.bb +++ b/packages/e17/e-modules_20050810.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Enlightenment Window Manager Extra Modules" -DEPENDS = "virtual/ecore virtual/evas virtual/esmart edje eet e" +DEPENDS = "ecore-x11 evas-x11 esmart-x11 edje eet e" LICENSE = "MIT" SECTION = "e/apps" MAINTAINER = "Justin Patrin "