kumquat-buildroot/package/x11r7/xdriver_xf86-input-tslib/xdriver_xf86-input-tslib.mk
Martin Kepplinger 86bc189c23 x11r7: xdriver_xf86-input-tslib: update to 0.0.7
The patches are removed as they are part of this release. 0.0.7 is a
bugfix and compatibility release to keep this usable for on newer systems.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-04-29 13:57:00 +02:00

20 lines
707 B
Makefile

################################################################################
#
# xdriver_xf86-input-tslib
#
################################################################################
XDRIVER_XF86_INPUT_TSLIB_VERSION = 0.0.7
XDRIVER_XF86_INPUT_TSLIB_SOURCE = xf86-input-tslib-$(XDRIVER_XF86_INPUT_TSLIB_VERSION).tar.bz2
XDRIVER_XF86_INPUT_TSLIB_SITE = https://github.com/merge/xf86-input-tslib/releases/download/$(XDRIVER_XF86_INPUT_TSLIB_VERSION)
XDRIVER_XF86_INPUT_TSLIB_LICENSE = MIT
XDRIVER_XF86_INPUT_TSLIB_LICENSE_FILES = COPYING
XDRIVER_XF86_INPUT_TSLIB_DEPENDENCIES = \
xproto_inputproto \
xserver_xorg-server \
xproto_randrproto \
xproto_xproto \
tslib
$(eval $(autotools-package))