484bfc1cac
Release notes: https://lists.x.org/archives/xorg-announce/2021-April/003083.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
686 B
Makefile
16 lines
686 B
Makefile
################################################################################
|
|
#
|
|
# xdriver_xf86-input-libinput
|
|
#
|
|
################################################################################
|
|
|
|
XDRIVER_XF86_INPUT_LIBINPUT_VERSION = 1.0.1
|
|
XDRIVER_XF86_INPUT_LIBINPUT_SOURCE = xf86-input-libinput-$(XDRIVER_XF86_INPUT_LIBINPUT_VERSION).tar.bz2
|
|
XDRIVER_XF86_INPUT_LIBINPUT_SITE = http://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))
|