mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Release notes since 1.13.2: https://lists.freedesktop.org/archives/input-tools/2024-May/001588.html https://lists.freedesktop.org/archives/input-tools/2024-September/001589.html https://lists.freedesktop.org/archives/input-tools/2025-March/001592.html https://lists.freedesktop.org/archives/input-tools/2025-October/001593.html Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
23 lines
580 B
Makefile
23 lines
580 B
Makefile
################################################################################
|
|
#
|
|
# libevdev
|
|
#
|
|
################################################################################
|
|
|
|
LIBEVDEV_VERSION = 1.13.5
|
|
LIBEVDEV_SITE = http://www.freedesktop.org/software/libevdev
|
|
LIBEVDEV_SOURCE = libevdev-$(LIBEVDEV_VERSION).tar.xz
|
|
LIBEVDEV_LICENSE = MIT
|
|
LIBEVDEV_LICENSE_FILES = COPYING
|
|
|
|
LIBEVDEV_DEPENDENCIES = $(BR2_PYTHON3_HOST_DEPENDENCY)
|
|
|
|
LIBEVDEV_INSTALL_STAGING = YES
|
|
|
|
LIBEVDEV_CONF_OPTS += \
|
|
-Dtests=disabled \
|
|
-Ddocumentation=disabled \
|
|
-Dcoverity=false
|
|
|
|
$(eval $(meson-package))
|