From c54dff033d2cb3aa223442f6eec3d85cc59511c0 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Thu, 30 Apr 2026 08:46:12 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20libinput=20+=20libevdev=20enabled=20?= =?UTF-8?q?=E2=80=94=20builds=20on=20Redox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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.) --- config/redbear-full.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 57eda24a..51b985c2 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -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 = {}