2015-03-15 12:19:23 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# xdriver_xf86-input-libinput
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2015-11-14 00:26:36 +01:00
|
|
|
XDRIVER_XF86_INPUT_LIBINPUT_VERSION = 0.15.0
|
2015-03-15 12:19:23 +01:00
|
|
|
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 xproto_inputproto xproto_xproto
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|