feat: libinput + libevdev enabled — builds on Redox

- libevdev v1.13.2: meson build, linux-input-headers dep
- libinput v1.30.2: meson build, wacom/mtdev/debug/tests disabled
- Both publish pkgar to repo
- libinput chain: linux-input-headers → libevdev → libinput
- Previously: libinput=ignore, libevdev=commented. Now both enabled.
- Unblocks KWin real build (was blocked on libinput + Qt6::Sensors;
  Qt6::Sensors now available too. Only QML/Quick remains.)
This commit is contained in:
2026-04-30 08:46:12 +01:00
parent be7ea859f6
commit c54dff033d
+2 -2
View File
@@ -41,8 +41,8 @@ redbear-compositor = {}
# Keyboard/input
# libxkbcommon = {} # build needed
# xkeyboard-config = {} # build needed
# libevdev = {} # build needed
libinput = "ignore"
libevdev = {}
libinput = {}
# Qt6 stack
qtbase = {}