mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
11 lines
302 B
TOML
11 lines
302 B
TOML
#TODO missing script for Meson, see https://wayland.freedesktop.org/libinput/doc/latest/building.html#building
|
|
[source]
|
|
git = "https://gitlab.freedesktop.org/libinput/libinput"
|
|
rev = "1680f2fbaa63a91739012c6b57988ab1918ea0b7"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"eudev",
|
|
"libevdev",
|
|
]
|