cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
19 lines
453 B
TOML
19 lines
453 B
TOML
#TODO: needs libevdev working; udev integration is disabled so the compositor owns device discovery
|
|
[source]
|
|
tar = "https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.30.2/libinput-1.30.2.tar.bz2"
|
|
patches = ["redox.patch"]
|
|
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dlibwacom=false",
|
|
"-Dmtdev=false",
|
|
"-Ddebug-gui=false",
|
|
"-Dtests=false",
|
|
"-Dudev=false",
|
|
"-Ddocumentation=false",
|
|
]
|
|
dependencies = [
|
|
"libevdev",
|
|
]
|