When classifying generated sources, we were treating gir/typelib files generated by gobject-introspection as headers. This is bad because it serializes the build by adding order-only dependencies to every target even though sources will never actually use them for anything. Treat them as libraries, which is somewhat more accurate.pull/7155/head
parent
a25f0741e8
commit
b1e3440e59
2 changed files with 12 additions and 1 deletions
Loading…
Reference in new issue