kumquat-buildroot/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.mk
Bernd Kuhls 1ea4efc6f6 package/x11r7/xdriver_xf86-input-libinput: bump version to 0.9.0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-23 23:00:19 +02:00

15 lines
663 B
Makefile

################################################################################
#
# xdriver_xf86-input-libinput
#
################################################################################
XDRIVER_XF86_INPUT_LIBINPUT_VERSION = 0.9.0
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))