redox/recipes/wip/libinput/recipe.toml
2023-11-30 18:13:53 +00:00

10 lines
293 B
TOML

#TODO missing script for Meson, see https://wayland.freedesktop.org/libinput/doc/latest/building.html#building
[source]
tar = "https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.24.0/libinput-1.24.0.tar.gz"
[build]
template = "custom"
dependencies = [
"eudev",
"libevdev",
]