mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
13 lines
284 B
TOML
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",
|
|
]
|