bacee6aa3d64ea304ff1cfdb0cde0f44d15ca5cb
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libinput / libinput.mk
1 ################################################################################
2 #
3 # libinput
4 #
5 ################################################################################
6
7 LIBINPUT_VERSION = 0.14.1
8 LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz
9 LIBINPUT_SITE = http://www.freedesktop.org/software/libinput
10 LIBINPUT_LICENSE = MIT
11 LIBINPUT_LICENSE_FILES = COPYING
12
13 LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev
14 LIBINPUT_INSTALL_STAGING = YES
15
16 # Tests need fork, so just disable them everywhere.
17 LIBINPUT_CONF_OPTS = --disable-tests
18
19 $(eval $(autotools-package))