redox/recipes/wip/libs/other/libinput/recipe.toml
2026-03-22 18:29:00 -03:00

17 lines
416 B
TOML

#TODO not compiled or tested
# build instructions: https://wayland.freedesktop.org/libinput/doc/latest/building.html#building
[source]
tar = "https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.30.2/libinput-1.30.2.tar.bz2"
[build]
template = "meson"
mesonflags = [
"-Dlibwacom=false",
"-Dmtdev=false",
"-Ddebug-gui=false",
"-Dtests=false",
]
dependencies = [
"eudev",
"libevdev",
]