2007-08-10 21:07:51 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# xapp_setxkbmap -- Controls the keyboard layout of a running X server.
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2012-09-22 20:51:39 +02:00
|
|
|
XAPP_SETXKBMAP_VERSION = 1.2.0
|
2007-08-10 21:07:51 +02:00
|
|
|
XAPP_SETXKBMAP_SOURCE = setxkbmap-$(XAPP_SETXKBMAP_VERSION).tar.bz2
|
|
|
|
XAPP_SETXKBMAP_SITE = http://xorg.freedesktop.org/releases/individual/app
|
2007-08-23 13:49:50 +02:00
|
|
|
XAPP_SETXKBMAP_DEPENDENCIES = xlib_libX11 xlib_libxkbfile
|
2007-08-10 21:07:51 +02:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|