python3-evdev: add missing uinput header

Without uinput.h header, the evdev module can't be imported because it
lacks the UI_FF* constants.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Yoann Congal
2025-09-08 17:39:46 -04:00
committed by Gyorgy Sarvari
parent b0a4fc6230
commit 5546d838ee

View File

@@ -12,7 +12,7 @@ do_compile:prepend() {
}
PEP517_BUILD_OPTS = "--config-setting=--build-option='build_ecodes \
--evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h \
--evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h:${STAGING_DIR_TARGET}/usr/include/linux/uinput.h \
--reproducible'"
RDEPENDS:${PN} += "\