xref: /OK3568_Linux_fs/buildroot/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# xapp_setxkbmap
4#
5################################################################################
6
7XAPP_SETXKBMAP_VERSION = 1.3.3
8XAPP_SETXKBMAP_SOURCE = setxkbmap-$(XAPP_SETXKBMAP_VERSION).tar.xz
9XAPP_SETXKBMAP_SITE = https://xorg.freedesktop.org/archive/individual/app
10XAPP_SETXKBMAP_LICENSE = MIT
11XAPP_SETXKBMAP_LICENSE_FILES = COPYING
12XAPP_SETXKBMAP_DEPENDENCIES = xlib_libX11 xlib_libxkbfile xlib_libXrandr
13
14$(eval $(autotools-package))
15