redox/recipes/wip/libs/gui/clutter/recipe.toml
2025-10-15 19:36:17 -03:00

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",
]