redox/recipes/wip/libs/other/lib2geom/recipe.toml
2025-10-08 14:30:46 -03:00

14 lines
298 B
TOML

#TODO not compiled or tested
# build instructions: https://gitlab.com/inkscape/lib2geom#building
[source]
git = "https://gitlab.com/inkscape/lib2geom"
rev = "18fc32f9972dfaee597055b3226c5b7ef3bfbb4c"
[build]
template = "cmake"
dependencies = [
"boost",
"libgsl",
"glib",
"cairo",
]