diff options
Diffstat (limited to 'detect-stylus/detect-stylus_0.13.oe')
-rw-r--r-- | detect-stylus/detect-stylus_0.13.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/detect-stylus/detect-stylus_0.13.oe b/detect-stylus/detect-stylus_0.13.oe index d9c0907c11..c82d05dbb1 100644 --- a/detect-stylus/detect-stylus_0.13.oe +++ b/detect-stylus/detect-stylus_0.13.oe @@ -1,6 +1,6 @@ inherit gpe pkgconfig -PR = "r1" +PR = "r2" DEPENDS = "x11 xcursor-transparent-theme xrdb" SECTION = "gpe" @@ -11,6 +11,7 @@ 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 |