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