blob: 90e8aec03348ab64a3cd9056ea65235b1f994e4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Gesture recognition input method for X11"
LICENSE = "GPL"
SECTION = "x11"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "libx11 xft libxtst libxpm"
PV = "0.0+cvs${SRCDATE}"
PR = "r1"
SRC_URI = "cvs://anoncvs:anoncvs@xstroke.org/cvs/xstroke;module=xstroke"
S = "${WORKDIR}/xstroke"
inherit autotools pkgconfig
|