kumquat-buildroot/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.mk
Bernd Kuhls dfc468c4af package/x11r7/xdriver_xf86-input-libinput: bump version to 1.2.0
Switched _SITE to https.

Release notes:
https://lists.x.org/archives/xorg-announce/2021-September/003110.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-11-13 15:30:35 +01:00

16 lines
687 B
Makefile

################################################################################
#
# xdriver_xf86-input-libinput
#
################################################################################
XDRIVER_XF86_INPUT_LIBINPUT_VERSION = 1.2.0
XDRIVER_XF86_INPUT_LIBINPUT_SOURCE = xf86-input-libinput-$(XDRIVER_XF86_INPUT_LIBINPUT_VERSION).tar.bz2
XDRIVER_XF86_INPUT_LIBINPUT_SITE = https://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_INPUT_LIBINPUT_LICENSE = MIT
XDRIVER_XF86_INPUT_LIBINPUT_LICENSE_FILES = COPYING
XDRIVER_XF86_INPUT_LIBINPUT_DEPENDENCIES = libinput xserver_xorg-server xorgproto
XDRIVER_XF86_INPUT_LIBINPUT_AUTORECONF = YES
$(eval $(autotools-package))