kumquat-buildroot/package/x11r7/xapp_xinput/xapp_xinput.mk
Bernd Kuhls 33916e184b package/x11r7/xapp_xinput: bump version to 1.6.4
Release notes:
https://lists.x.org/archives/xorg-announce/2023-April/003389.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-05-07 13:10:56 +02:00

15 lines
512 B
Makefile

################################################################################
#
# xapp_xinput
#
################################################################################
XAPP_XINPUT_VERSION = 1.6.4
XAPP_XINPUT_SOURCE = xinput-$(XAPP_XINPUT_VERSION).tar.xz
XAPP_XINPUT_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XINPUT_LICENSE = MIT
XAPP_XINPUT_LICENSE_FILES = COPYING
XAPP_XINPUT_DEPENDENCIES = xlib_libX11 xlib_libXi xlib_libXrandr xlib_libXinerama
$(eval $(autotools-package))