deffc1ad97
See [1] for details. [1] http://lists.freedesktop.org/archives/input-tools/2014-December/001132.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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.2
|
|
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))
|