buildrootschalter/package/libevdev/libevdev.mk
Thomas Petazzoni 8eb354134d libevdev: bump to 1.2.2
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2014-07-31 23:15:42 +02:00

28 lines
910 B
Makefile

################################################################################
#
# libevdev
#
################################################################################
LIBEVDEV_VERSION = 1.2.2
LIBEVDEV_SITE = http://cgit.freedesktop.org/libevdev/snapshot
LIBEVDEV_LICENSE = X11
LIBEVDEV_LICENSE_FILES = COPYING
# Uses PKG_CHECK_MODULES() in configure.ac
LIBEVDEV_DEPENDENCIES = host-pkgconf
# Needs Python to generate a header file
# We can't rely on the system Python, since it may be too old
# (missing argparse in python 2.6)
# libevdev build scripts support both python2 and python3, so avoid unneeded
# dependency on host-python.
LIBEVDEV_DEPENDENCIES += $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python)
# package source code coming from git, so it doesn't have generated
# configure and Makefile.in
LIBEVDEV_AUTORECONF = YES
LIBEVDEV_INSTALL_STAGING = YES
$(eval $(autotools-package))