blob: ebed8fd0daa5962efbdfd5e88e7a7bd731b344ba (
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
|