kumquat-buildroot/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk
Peter Korsgaard 4650a2deee xapp_setxkbmap: bump version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-09-22 21:34:56 +02:00

13 lines
500 B
Makefile

################################################################################
#
# xapp_setxkbmap -- Controls the keyboard layout of a running X server.
#
################################################################################
XAPP_SETXKBMAP_VERSION = 1.2.0
XAPP_SETXKBMAP_SOURCE = setxkbmap-$(XAPP_SETXKBMAP_VERSION).tar.bz2
XAPP_SETXKBMAP_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_SETXKBMAP_DEPENDENCIES = xlib_libX11 xlib_libxkbfile
$(eval $(autotools-package))