[Thomas: fix license details, improve comment explaining why autoreconf is needed.] Signed-off-by: Andreas Naumann <anaumann@ultratronik.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
21 lines
584 B
Makefile
21 lines
584 B
Makefile
################################################################################
|
|
#
|
|
# libevdev
|
|
#
|
|
################################################################################
|
|
|
|
LIBEVDEV_VERSION = 0.5
|
|
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
|
|
|
|
# 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))
|