python-evdev: add mandatory uinput.h header to builder
authorIvan Belokobylskiy <redacted>
Sat, 7 Mar 2026 13:51:05 +0000 (17:51 +0400)
committerAlexandru Ardelean <redacted>
Thu, 12 Mar 2026 13:56:00 +0000 (15:56 +0200)
commitb016aa38c39c5c2381ac9976b4ac1c1c923bd0b9
tree0ff826e49272b67c801c8f92c05de741c8966084
parenta01d2a94401afbe8d8ba203a0d355317f8c3c95f
python-evdev: add mandatory uinput.h header to builder

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 <redacted>
lang/python/python-evdev/Makefile
git clone https://git.99rst.org/PROJECT