kumquat-buildroot/package/libinput/libinput.mk
Peter Korsgaard 4b8a395fd2 libinput: bump version
And remove upstreamed patches.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-06-11 17:24:02 +02:00

20 lines
582 B
Makefile

################################################################################
#
# libinput
#
################################################################################
LIBINPUT_VERSION = 0.3.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_OPT = --disable-tests
$(eval $(autotools-package))