redox/recipes/wip/libs/other/libinput/recipe.toml
2025-10-13 16:30:09 -03:00

12 lines
316 B
TOML

#TODO not compiled or tested
# build instructions: https://wayland.freedesktop.org/libinput/doc/latest/building.html#building
[source]
git = "https://gitlab.freedesktop.org/libinput/libinput"
rev = "1680f2fbaa63a91739012c6b57988ab1918ea0b7"
[build]
template = "meson"
dependencies = [
"eudev",
"libevdev",
]