redox/recipes/wip/libs/lib2geom/recipe.toml
2024-02-22 03:31:34 +00:00

13 lines
284 B
TOML

#TODO missing script for CMake, see https://gitlab.com/inkscape/lib2geom#building
[source]
git = "https://gitlab.com/inkscape/lib2geom"
rev = "18fc32f9972dfaee597055b3226c5b7ef3bfbb4c"
[build]
template = "custom"
dependencies = [
"boost",
"libgsl",
"glib",
"cairo",
]