From 0d5ffeeb70639920ab20de1e6ef4c5ece72b97bd Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Sat, 3 May 2025 00:49:44 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-evdev_1.9.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-evdev_1.9.2.bb b/meta-python/recipes-devtools/python/python3-evdev_1.9.2.bb index 28c8ea4bc1..dc777cb987 100644 --- a/meta-python/recipes-devtools/python/python3-evdev_1.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-evdev_1.9.2.bb @@ -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} += "\ -- cgit v1.2.3-54-g00ecf