From: Rene Wagner Date: Sun, 15 Aug 2004 12:01:53 +0000 (+0000) Subject: detect-stylus: add xrdb to DEPENDS; add corresponding RDEPENDS X-Git-Tag: Release-2010-05/1~17648 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5fbb73a2dec5ef9e884b41f9ac4ea1362d83f15;p=openembedded.git detect-stylus: add xrdb to DEPENDS; add corresponding RDEPENDS BKrev: 411f50b1kuu31sI44nAacsblQMQh8A --- diff --git a/detect-stylus/detect-stylus_0.10.oe b/detect-stylus/detect-stylus_0.10.oe index e69de29bb2..88e3ab10df 100644 --- a/detect-stylus/detect-stylus_0.10.oe +++ b/detect-stylus/detect-stylus_0.10.oe @@ -0,0 +1,14 @@ +inherit gpe pkgconfig + +PR = "r2" + +DEPENDS = "x11 xrdb xcursor-transparent-theme" +RDEPENDS = "xrdb xcursor-transparent-theme" +SECTION = "gpe" + +DESCRIPTION = "Touchscreen detection utility" +MAINTAINER = "Florian Boor " + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" + +export CVSBUILD=no