diff options
-rw-r--r-- | detect-stylus/detect-stylus_0.10.oe | 14 |
1 files changed, 14 insertions, 0 deletions
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 <florian.boor@kernelconcepts.de>" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" + +export CVSBUILD=no |