Skip to content

meson: Order glib-2.0.pc Libs entry correctly to fix static builds

James Le Cuirot requested to merge chewi/glib:pc-lib-order into master

-lintl was appearing before -lglib-2.0 when it needs to be appear after to avoid undefined symbols in static builds. This issue was accidentally introduced by commit 475f0a9b. This is possibly a Meson bug but I'm not sure. I'm also not sure whether it needs to be applied to the other .pc files.

Signed-off-by: James Le Cuirot chewi@gentoo.org

Edited by Xavier Claessens

Merge request reports