kumquat-buildroot/package/x11r7/xkeyboard-config/xkeyboard-config.mk
Bernd Kuhls 2e6822f9c1 package/x11r7/xkeyboard-config: bump version to 2.28
Changelog: https://cgit.freedesktop.org/xkeyboard-config/log/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-10-21 21:35:35 +02:00

20 lines
660 B
Makefile

################################################################################
#
# xkeyboard-config
#
################################################################################
XKEYBOARD_CONFIG_VERSION = 2.28
XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2
XKEYBOARD_CONFIG_SITE = http://www.x.org/releases/individual/data/xkeyboard-config
XKEYBOARD_CONFIG_LICENSE = MIT
XKEYBOARD_CONFIG_LICENSE_FILES = COPYING
# xkeyboard-config.pc
XKEYBOARD_CONFIG_INSTALL_STAGING = YES
XKEYBOARD_CONFIG_CONF_OPTS = --disable-runtime-deps
XKEYBOARD_CONFIG_DEPENDENCIES = host-gettext host-xapp_xkbcomp
$(eval $(autotools-package))