diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-24 15:10:12 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-24 15:10:12 +0000 |
commit | feb4f27b5ef8575b110a68fa8ff7c394d3151cf8 (patch) | |
tree | 5fdf26d5f543d04e03e3efd39619bdc8e03ddbb3 /xstroke | |
parent | c91497edf46d0883cfd7f837c997088cbcd109d0 (diff) |
add auto-disable.patch
BKrev: 41027bd4OimuRXW6wliU3sXeVqEiRA
Diffstat (limited to 'xstroke')
-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 |