mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
20 lines
419 B
TOML
20 lines
419 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://gitlab.gnome.org/Archive/clutter#building-and-installation
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/clutter/1.26/clutter-1.26.4.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"glib",
|
|
"json-glib",
|
|
"atk",
|
|
"cairo",
|
|
"pango",
|
|
"cogl",
|
|
"libxcb",
|
|
"libxcomposite
|
|
"libxdamage",
|
|
"libxext",
|
|
"libxkbcommon",
|
|
]
|