blob: 9c375c5a41f32a032a35a1fbed56e42d7c4d3b05 (
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 libxft"
inherit autotools
|