Skip to content

(#1006): Do not probe system_deps when building for docs.rs, since it does not...

Federico Mena Quintero requested to merge federico/librsvg:fix-docs-rs into main

(#1006 (closed)): Do not probe system_deps when building for docs.rs, since it does not have the libraries we depend on

Basically, copy the magic from gtk4-rs. Use the "docsrs" feature to conditionally compile the part in build.rs that calls system_deps.

Fixes #1006 (closed)

Merge request reports