Skip to content

build: Change dependency order building libmutter-test introspection

The order of dependencies influences the order of -L arguments to gcc/ld, we should put our private library first, so that introspection prefers looking up libraries in private paths than public ones.

This could bring problems in API updates of the libmutter-test library, since introspection would still prefer the old installed one.

Merge request reports