mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
10 lines
234 B
TOML
10 lines
234 B
TOML
#TODO make atk work
|
|
#TODO probably wrong script, see https://gitlab.gnome.org/GNOME/atkmm
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/atkmm/2.36/atkmm-2.36.2.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"atk",
|
|
]
|