From: Phil Blundell Date: Sun, 13 Jun 2004 15:59:12 +0000 (+0000) Subject: add xst to DEPENDS and RDEPENDS X-Git-Tag: Release-2010-05/1~18722 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baa3391b8e73f3cf82e2ea62abf201ade3b5ee02;p=openembedded.git add xst to DEPENDS and RDEPENDS BKrev: 40cc79d0lMqokwtRiQlwfD9_BEZkpw --- diff --git a/gpe-conf/gpe-conf_0.1.10.oe b/gpe-conf/gpe-conf_0.1.10.oe index c9bfff3f8f..3e6d9f7cf5 100644 --- a/gpe-conf/gpe-conf_0.1.10.oe +++ b/gpe-conf/gpe-conf_0.1.10.oe @@ -1,8 +1,9 @@ -PR = "r1" +PR = "r2" inherit gpe pkgconfig -DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client libdotdesktop pcmcia-cs" +DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client libdotdesktop pcmcia-cs xst" +RDEPENDS = "xst" SECTION = "gpe" PRIORITY = "optional" FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps ${datadir}/applications"