59fae9353b
See [1] and [2] for details. [1] http://lists.freedesktop.org/archives/input-tools/2014-September/001112.html [2] http://lists.freedesktop.org/archives/input-tools/2014-November/001123.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
518 B
Makefile
19 lines
518 B
Makefile
################################################################################
|
|
#
|
|
# libevdev
|
|
#
|
|
################################################################################
|
|
|
|
LIBEVDEV_VERSION = 1.3.1
|
|
LIBEVDEV_SITE = http://www.freedesktop.org/software/libevdev/
|
|
LIBEVDEV_SOURCE = libevdev-$(LIBEVDEV_VERSION).tar.xz
|
|
LIBEVDEV_LICENSE = X11
|
|
LIBEVDEV_LICENSE_FILES = COPYING
|
|
|
|
# Uses PKG_CHECK_MODULES() in configure.ac
|
|
LIBEVDEV_DEPENDENCIES = host-pkgconf
|
|
|
|
LIBEVDEV_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|