mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
13 lines
288 B
TOML
13 lines
288 B
TOML
#TODO not compiled or tested
|
|
# lacking build instructions
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/libspelling/0.4/libspelling-0.4.9.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Ddocs=false",
|
|
"-Dintrospection=false",
|
|
"-Dsysproof=false",
|
|
"-Dvapi=false",
|
|
]
|