kumquat-buildroot/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk
Bernd Kuhls 38e3837027 package/x11r7/xapp_xkbcomp: bump version to 1.4.6
https://lists.x.org/archives/xorg-announce/2022-December/003283.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:31:21 +01:00

18 lines
651 B
Makefile

################################################################################
#
# xapp_xkbcomp
#
################################################################################
XAPP_XKBCOMP_VERSION = 1.4.6
XAPP_XKBCOMP_SOURCE = xkbcomp-$(XAPP_XKBCOMP_VERSION).tar.xz
XAPP_XKBCOMP_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XKBCOMP_LICENSE = MIT
XAPP_XKBCOMP_LICENSE_FILES = COPYING
XAPP_XKBCOMP_DEPENDENCIES = xlib_libX11 xlib_libxkbfile
HOST_XAPP_XKBCOMP_DEPENDENCIES = host-xlib_libX11 host-xlib_libxkbfile
XAPP_XKBCOMP_CONF_ENV = ac_cv_file___xkbparse_c=yes
$(eval $(autotools-package))
$(eval $(host-autotools-package))