mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
12 lines
316 B
TOML
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",
|
|
]
|