From f5fbb73a2dec5ef9e884b41f9ac4ea1362d83f15 Mon Sep 17 00:00:00 2001 From: Rene Wagner Date: Sun, 15 Aug 2004 12:01:53 +0000 Subject: [PATCH] detect-stylus: add xrdb to DEPENDS; add corresponding RDEPENDS BKrev: 411f50b1kuu31sI44nAacsblQMQh8A --- detect-stylus/detect-stylus_0.10.oe | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.39.5