From 8a3e00ff657a8404aa6423dd3167b5611017b361 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 12 Jun 2006 12:47:18 +0000 Subject: detect-stylus: Add for now until I teach udev how to do this instead git-svn-id: https://svn.o-hand.com/repos/poky/trunk@463 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../packages/detect-stylus/detect-stylus_0.13.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 openembedded/packages/detect-stylus/detect-stylus_0.13.bb (limited to 'openembedded/packages/detect-stylus/detect-stylus_0.13.bb') diff --git a/openembedded/packages/detect-stylus/detect-stylus_0.13.bb b/openembedded/packages/detect-stylus/detect-stylus_0.13.bb new file mode 100644 index 000000000..793cbef84 --- /dev/null +++ b/openembedded/packages/detect-stylus/detect-stylus_0.13.bb @@ -0,0 +1,18 @@ +inherit gpe pkgconfig +LICENSE = "GPL" + +PR = "r2" + +DEPENDS = "libx11 xcursor-transparent-theme xrdb" +SECTION = "gpe" +RDEPENDS = "xrdb" + +DESCRIPTION = "Touchscreen detection utility" +MAINTAINER = "Florian Boor " + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ + file://access.patch;patch=1;pnum=0 \ + file://extra-device-check.patch;patch=1 \ + file://correct-theme-name.patch;patch=1" + +export CVSBUILD="no" -- cgit v1.2.3