mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
13 lines
263 B
TOML
13 lines
263 B
TOML
#TODO not compiled or tested
|
|
#TODO determine minimum dependencies from meson log
|
|
[source]
|
|
git = "https://github.com/alainm23/planify"
|
|
rev = "v4.17.0"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dwebkit=false",
|
|
"-Dportal=false",
|
|
"-Devolution=false",
|
|
]
|