mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 03:58:41 +08:00
12 lines
291 B
TOML
12 lines
291 B
TOML
#TODO missing script for Meson, see https://gitlab.gnome.org/GNOME/libhandy#building
|
|
#TODO determine dependencies
|
|
[source]
|
|
git = "https://gitlab.gnome.org/GNOME/libhandy"
|
|
rev = "9b0071408ce86a3ef843806fddd723a85f6f2416"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"glib",
|
|
"gtk3",
|
|
]
|