fix(libinput): disable lua-plugins (no lua-5.4 in Redox sysroot) to unblock build

This commit is contained in:
2026-07-18 02:52:57 +09:00
parent 76d609a39e
commit 061184a64c
+4
View File
@@ -16,6 +16,10 @@ mesonflags = [
"-Ddebug-gui=false",
"-Dtests=false",
"-Ddocumentation=false",
# Lua plugin support pulls in a lua-5.4 dependency that is not in the Redox
# sysroot (and meson's cmake fallback probe also fails); the plugin system is
# optional, so disable it to unblock the build.
"-Dlua-plugins=disabled",
]
dependencies = [
"libevdev",