2014-06-02 22:27:23 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# libinput
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2015-07-15 20:11:43 +02:00
|
|
|
LIBINPUT_VERSION = 0.19.0
|
2014-06-02 22:27:23 +02:00
|
|
|
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.
|
2014-09-27 21:32:44 +02:00
|
|
|
LIBINPUT_CONF_OPTS = --disable-tests
|
2014-06-02 22:27:23 +02:00
|
|
|
|
|
|
|
$(eval $(autotools-package))
|