mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Starting from 1.9.2 python-evdev requires include/uapi/linux/uinput.h headers for proper building. Otherwise, it compiles but cannot be imported causing KeyError: 'UI_FF' Add uinput.h to LINUX_EVDEV_HEADERS Signed-off-by: Ivan Belokobylskiy <belokobylskij@gmail.com>