Skip to content

Generate gir without link attribute

eri requested to merge eerii/gstreamer-rs:nolink into main

When trying to support linking against gstreamer-full we need to override the library names that are linked against it. This should be handled by system-deps but gir is adding an extra #[link] attribute to the generation that makes it difficult to rename libraries. This MR regenerates files without this attribute. All of the context for this change and all of the alternatives we considered are explained in gtk-rs-core#1508.

Related MRs

Edited by eri

Merge request reports