blob: e46724a45136f5affa2a22d8981dad8d5b458baa (
plain)
1
2
3
4
5
6
7
8
9
|
SRC_URI = "http://handhelds.org/~mallum/xkbd/xkbd-${PV}.tar.gz \
file://libtool-lossage.patch;patch=1;pnum=1 \
file://xkbd.desktop.patch;patch=1;pnum=2"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "x11"
DEPENDS = "xpm xtst xft"
inherit autotools
|