gir
gir copied to clipboard
Fix or remove config split_build_rs
As it not used with crate system_deps.
It was added in #915, @kinnison @sdroege Seems now it need be "generate_build_rs = false" instead of "split_build_rs=true" at minimum in gdk-sys
We added this so that we'd stop rewriting the bits of build.rs which dealt with gdk backends. If the new system_deps stuff avoids that generated content entirely then that seems reasonable to me. However my context is otherwise pretty much vanished on this, so I'm not sure I can be much more help.
That's still in gdk-sys and needs to stay there.
@sdroege But now we don't needed build_version.rs so IMHO better rename option
That's true :)