From: Michael Lauer Date: Mon, 17 May 2004 20:23:57 +0000 (+0000) Subject: add some missing dependencies to gpe-today X-Git-Tag: Release-2010-05/1~19102 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=307676a1ef6fa09e8e7cdf067835c86a49af3a09;p=openembedded.git add some missing dependencies to gpe-today BKrev: 40a91f5ddIN026sitTn6bfOOpHnnhw --- diff --git a/gpe-today/gpe-today_0.08.oe b/gpe-today/gpe-today_0.08.oe index e69de29bb2..9c77282261 100644 --- a/gpe-today/gpe-today_0.08.oe +++ b/gpe-today/gpe-today_0.08.oe @@ -0,0 +1,9 @@ +inherit gpe + +DESCRIPTION = "Displays a summary of appointments and tasks for the day ahead" +DEPENDS = "gtk+ libxrandr libxsettings libxsettings-client libgpewidget libdisplaymigration libeventdb libgpepimc libtododb" +SECTION = "gpe" +PRIORITY = "optional" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-today-${PV}.tar.gz \ + file://${FILESDIR}/gpe-today_makefile.patch;patch=1"