mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
17 lines
282 B
TOML
17 lines
282 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/elogind/elogind"
|
|
rev = "V255.22"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dmode=release",
|
|
"-Dtranslations=false",
|
|
"-Dtests=false",
|
|
]
|
|
dependencies = [
|
|
"libeudev",
|
|
"libcap",
|
|
]
|