kumquat-buildroot/package/libinput/libinput.mk
Bernd Kuhls 5101ea58d5 package/libinput: bump version to 1.1.0
Also rebased 0001-rename-log_msg-to-libinput_log_msg.patch.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-11-14 23:07:37 +01:00

20 lines
583 B
Makefile

################################################################################
#
# libinput
#
################################################################################
LIBINPUT_VERSION = 1.1.0
LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz
LIBINPUT_SITE = http://www.freedesktop.org/software/libinput
LIBINPUT_LICENSE = MIT
LIBINPUT_LICENSE_FILES = COPYING
LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev
LIBINPUT_INSTALL_STAGING = YES
# Tests need fork, so just disable them everywhere.
LIBINPUT_CONF_OPTS = --disable-tests
$(eval $(autotools-package))