blob: 57140361b42a70a45f3290a6f4b5c3bb5cfab7cc (
plain)
1
2
3
4
5
6
7
8
9
10
|
LICENSE = "MIT"
DESCRIPTION = "utility for modifying keymaps and pointer button mappings in X"
MAINTAINER = "Rene Wagner <rw@handhelds.org>"
SECTION = "x11/base"
DEPENDS = "libx11"
SRC_URI = "${XORG_MIRROR}/X11R7.0/src/app/xmodmap-1.0.0.tar.bz2"
inherit autotools pkgconfig
|