62e7cbc1de
The new package xorgproto will combine and replace all current xproto_* packages. For details read https://lists.x.org/archives/xorg-announce/2018-February/002835.html Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
702 B
Makefile
16 lines
702 B
Makefile
################################################################################
|
|
#
|
|
# xdriver_xf86-input-synaptics
|
|
#
|
|
################################################################################
|
|
|
|
XDRIVER_XF86_INPUT_SYNAPTICS_VERSION = 1.9.0
|
|
XDRIVER_XF86_INPUT_SYNAPTICS_SOURCE = xf86-input-synaptics-$(XDRIVER_XF86_INPUT_SYNAPTICS_VERSION).tar.bz2
|
|
XDRIVER_XF86_INPUT_SYNAPTICS_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
|
XDRIVER_XF86_INPUT_SYNAPTICS_LICENSE = MIT
|
|
XDRIVER_XF86_INPUT_SYNAPTICS_LICENSE_FILES = COPYING
|
|
XDRIVER_XF86_INPUT_SYNAPTICS_DEPENDENCIES = libevdev xserver_xorg-server xorgproto mtdev
|
|
XDRIVER_XF86_INPUT_SYNAPTICS_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|