Skip to content

meson: Fix linking flag in pkgconfig for mingw

Biswapriyo Nath requested to merge (removed):meson-mingw-pkgconfig into gtk-3-24

This changes the extra libs in pkgconfig from -Wl,-luuid to -luuid. Because the uuid is a system library and not a linker flag. This also fixes the following error while using gtk3 in golang program. go build github.com/gotk3/gotk3/gdk: invalid flag in pkg-config --libs: -Wl,-luuid

Merge request reports