mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-24 03:22:11 +00:00
And update hash file formatting (2 spaces). For details see [1] and [2]. [1] https://lists.freedesktop.org/archives/input-tools/2020-February/001529.html [2] https://lists.freedesktop.org/archives/input-tools/2020-March/001530.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
24 lines
632 B
Makefile
24 lines
632 B
Makefile
################################################################################
|
|
#
|
|
# libevdev
|
|
#
|
|
################################################################################
|
|
|
|
LIBEVDEV_VERSION = 1.9.0
|
|
LIBEVDEV_SITE = http://www.freedesktop.org/software/libevdev
|
|
LIBEVDEV_SOURCE = libevdev-$(LIBEVDEV_VERSION).tar.xz
|
|
LIBEVDEV_LICENSE = X11
|
|
LIBEVDEV_LICENSE_FILES = COPYING
|
|
|
|
# patch touches configure.ac
|
|
LIBEVDEV_AUTORECONF = YES
|
|
|
|
# Uses PKG_CHECK_MODULES() in configure.ac
|
|
LIBEVDEV_DEPENDENCIES = host-pkgconf host-python
|
|
|
|
LIBEVDEV_INSTALL_STAGING = YES
|
|
|
|
LIBEVDEV_CONF_OPTS += --disable-runtime-tests
|
|
|
|
$(eval $(autotools-package))
|