The source project of this merge request has been removed.
meson: Fix linking flag in pkgconfig for mingw
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