aboutsummaryrefslogtreecommitdiffstats
path: root/packages/detect-stylus
diff options
context:
space:
mode:
Diffstat (limited to 'packages/detect-stylus')
-rw-r--r--packages/detect-stylus/detect-stylus_0.10.bb15
-rw-r--r--packages/detect-stylus/detect-stylus_0.13.bb18
2 files changed, 33 insertions, 0 deletions
diff --git a/packages/detect-stylus/detect-stylus_0.10.bb b/packages/detect-stylus/detect-stylus_0.10.bb
index e69de29bb2..4880e55140 100644
--- a/packages/detect-stylus/detect-stylus_0.10.bb
+++ b/packages/detect-stylus/detect-stylus_0.10.bb
@@ -0,0 +1,15 @@
+inherit gpe pkgconfig
+LICENSE = "GPL"
+
+PR = "r2"
+
+DEPENDS = "x11 xrdb xcursor-transparent-theme"
+RDEPENDS = "xrdb xcursor-transparent-theme"
+SECTION = "gpe"
+
+DESCRIPTION = "Touchscreen detection utility"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
+
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
+
+export CVSBUILD=no
diff --git a/packages/detect-stylus/detect-stylus_0.13.bb b/packages/detect-stylus/detect-stylus_0.13.bb
index e69de29bb2..dc967d8ab7 100644
--- a/packages/detect-stylus/detect-stylus_0.13.bb
+++ b/packages/detect-stylus/detect-stylus_0.13.bb
@@ -0,0 +1,18 @@
+inherit gpe pkgconfig
+LICENSE = "GPL"
+
+PR = "r2"
+
+DEPENDS = "x11 xcursor-transparent-theme xrdb"
+SECTION = "gpe"
+RDEPENDS = "xrdb"
+
+DESCRIPTION = "Touchscreen detection utility"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
+
+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