diff options
-rw-r--r-- | xstroke/xstroke-0.6/auto-disable.patch | 0 | ||||
-rw-r--r-- | xstroke/xstroke_0.6.oe | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/xstroke/xstroke-0.6/auto-disable.patch b/xstroke/xstroke-0.6/auto-disable.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xstroke/xstroke-0.6/auto-disable.patch diff --git a/xstroke/xstroke_0.6.oe b/xstroke/xstroke_0.6.oe index 8ceb6a4884..8e8f58583d 100644 --- a/xstroke/xstroke_0.6.oe +++ b/xstroke/xstroke_0.6.oe @@ -3,7 +3,9 @@ PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" DEPENDS = "x11 xft xtst" DESCRIPTION = "Gesture recognition input method for X11" +PR = "r1" -SRC_URI = "http://xstroke.org/releases/xstroke-0.6.tar.gz" +SRC_URI = "http://xstroke.org/releases/xstroke-0.6.tar.gz \ + file://auto-disable.patch;patch=1;pnum=0" inherit autotools pkgconfig |