Files
RedBear-OS/recipes/wip/libs/other/libinput/recipe.toml
T
2026-04-14 10:51:06 +01:00

19 lines
453 B
TOML

#TODO: needs libevdev working; udev integration is disabled so the compositor owns device discovery
[source]
tar = "https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.30.2/libinput-1.30.2.tar.bz2"
patches = ["redox.patch"]
[build]
template = "meson"
mesonflags = [
"-Dlibwacom=false",
"-Dmtdev=false",
"-Ddebug-gui=false",
"-Dtests=false",
"-Dudev=false",
"-Ddocumentation=false",
]
dependencies = [
"libevdev",
]