diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-evdev_1.9.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-evdev_1.9.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | PEP517_BUILD_OPTS = "--config-setting=--build-option='build_ecodes \ | 14 | PEP517_BUILD_OPTS = "--config-setting=--build-option='build_ecodes \ |
15 | --evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h \ | 15 | --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 \ |
16 | --reproducible'" | 16 | --reproducible'" |
17 | 17 | ||
18 | RDEPENDS:${PN} += "\ | 18 | RDEPENDS:${PN} += "\ |