fix(libinput): disable lua-plugins (no lua-5.4 in Redox sysroot) to unblock build
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user