kumquat-buildroot/package/x11r7/xkeyboard-config/xkeyboard-config.mk
Bernd Kuhls dc6ae00295 package/x11r7/xkeyboard-config: bump version to 2.32
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-04-03 15:55:49 +02:00

24 lines
702 B
Makefile

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