mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 17:48:42 +08:00
11 lines
224 B
TOML
11 lines
224 B
TOML
#TODO not compiled or tested
|
|
# lacking build instructions
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/clutter-gtk/1.8/clutter-gtk-1.8.4.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"clutter",
|
|
"gtk3",
|
|
]
|