initial commit of lib2geom
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R5251:007b7baa2571: initial commit of lib2geom
build inkscape against to drop the 3rd party build
Diff Detail
Diff Detail
- Repository
- R5251 lib2geom
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| abi_libs | ||
|---|---|---|
| 2 | There's no versioned library for this, only the SONAME, you may need to change the lines in [src/2geom/CMakeLists.txt](https://gitlab.com/inkscape/lib2geom/-/blob/1.1/src/2geom/CMakeLists.txt#L183) to this: ) -set_target_properties(2geom PROPERTIES SOVERSION "${2GEOM_ABI_VERSION}") +set_target_properties(2geom PROPERTIES SOVERSION "${2GEOM_MAJOR_VERSION}") +set_target_properties(2geom PROPERTIES VERSION "${2GEOM_ABI_VERSION}") install(TARGETS 2geom | |
| package.yml | ||
| 28 | I see no need to not to split devel, as this package looks like is not a header-only library. | |