buildrootschalter/package/libevdev/libevdev.mk
Peter Seiderer deffc1ad97 libevdev: bump version to 1.3.2
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>
2014-12-07 21:26:08 +01:00

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))