kumquat-buildroot/package/x11r7/xkeyboard-config/xkeyboard-config.mk
Bernd Kuhls b3990050c8 package/x11r7/xkeyboard-config: bump version to 2.36
Release notes: https://cgit.freedesktop.org/xkeyboard-config/tree/NEWS

Upstream switched to meson.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-07-07 15:18:37 +02:00

22 lines
644 B
Makefile

################################################################################
#
# xkeyboard-config
#
################################################################################
XKEYBOARD_CONFIG_VERSION = 2.36
XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.xz
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
$(eval $(meson-package))