2007-08-10 21:07:51 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# xapp_setxkbmap -- Controls the keyboard layout of a running X server.
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2012-06-14 21:41:22 +02:00
|
|
|
XAPP_SETXKBMAP_VERSION = 1.3.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
|
2013-05-09 07:50:56 +02:00
|
|
|
XAPP_SETXKBMAP_LICENSE = MIT
|
|
|
|
XAPP_SETXKBMAP_LICENSE_FILES = COPYING
|
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))
|