mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 20:18:51 +08:00
10 lines
263 B
TOML
10 lines
263 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://gitlab.gnome.org/GNOME/json-glib/#build-and-installation
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/json-glib/1.8/json-glib-1.8.0.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"glib",
|
|
]
|