diff options
Diffstat (limited to 'detect-stylus')
-rw-r--r-- | detect-stylus/detect-stylus-0.13/correct-theme-name.patch | 0 | ||||
-rw-r--r-- | detect-stylus/detect-stylus_0.13.oe | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/detect-stylus/detect-stylus-0.13/correct-theme-name.patch b/detect-stylus/detect-stylus-0.13/correct-theme-name.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/detect-stylus/detect-stylus-0.13/correct-theme-name.patch diff --git a/detect-stylus/detect-stylus_0.13.oe b/detect-stylus/detect-stylus_0.13.oe index e69de29bb2..d9c0907c11 100644 --- a/detect-stylus/detect-stylus_0.13.oe +++ b/detect-stylus/detect-stylus_0.13.oe @@ -0,0 +1,16 @@ +inherit gpe pkgconfig + +PR = "r1" + +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://correct-theme-name.patch;patch=1" + +export CVSBUILD=no |