GNOME Bugzilla – Bug 796903
glib static libraries built with meson do not contain all the required objects
Last modified: 2018-08-12 12:57:06 UTC
Due to https://github.com/mesonbuild/meson/issues/3937, the static libraries built with meson in glib are incomplete, and are missing libcharset.a, libgnulib.a, libpcre.a (depending on the configuration). This makes it impossible to use them to build anything on iOS or Android
Wasn't this fixed by commit 155b46d934f8672301d9ff7017acbc7f76e9c6ec Author: Nirbheek Chauhan <nirbheek@centricular.com> Date: Tue Aug 7 23:50:28 2018 +0530 meson.recipe: Fix glib static libs and pkg-config files The glib static libraries now have the correct contents, and the pkg-config files have the correct Libs.private lines. ? Are we keeping it open to allow more testing or can it be closed?
Matthew has already tested that this is fixed, forgot to close it, thanks!