blob: 842bad006ae61ff0d76b5adc03379fe1841be989 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "GPL"
SECTION = "x11"
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 \
file://auto-disable.patch;patch=1;pnum=0"
inherit autotools pkgconfig
|