diff options
Diffstat (limited to 'packages/detect-stylus/detect-stylus_0.10.bb')
-rw-r--r-- | packages/detect-stylus/detect-stylus_0.10.bb | 15 |
1 files changed, 15 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 |