mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 21:18:41 +08:00
13 lines
250 B
TOML
13 lines
250 B
TOML
#TODO compiling, not tested
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/gtk-doc/1.33/gtk-doc-1.33.2.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dtests=false",
|
|
"-Dyelp_manual=false",
|
|
]
|
|
dev-dependencies = [
|
|
"host:libxslt",
|
|
]
|