From: Michael Lauer Date: Thu, 11 Aug 2005 18:45:47 +0000 (+0000) Subject: fix entice dependencies X-Git-Tag: Release-2010-05/1~9453^2~3901^2~7^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=095451a6723c920af3d1f64c88532c60a477292c;p=openembedded.git fix entice dependencies --- diff --git a/packages/e17/entice_20050810.bb b/packages/e17/entice_20050810.bb index 529f2e3b4c..fc4d8c51af 100644 --- a/packages/e17/entice_20050810.bb +++ b/packages/e17/entice_20050810.bb @@ -1,10 +1,10 @@ DESCRIPTION = "Entice is a picture viewer" SECTION = "e/apps" -DEPENDS = "freetype eet evas ecore embryo imlib2 edje-native" +DEPENDS = "freetype eet virtual/evas virtual/ecore embryo virtual/imlib2 edje-native" LICENSE = "MIT" HOMEPAGE = "http://www.enlightenment.org" MAINTAINER = "Justin Patrin " -CVSDATE = "${PV} +CVSDATE = "${PV}" PR = "r0" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/entice"