GNOME Bugzilla – Bug 786807
g_uuid_string_random undefined when built with meson
Last modified: 2017-08-29 09:55:52 UTC
Created attachment 358410 [details] [review] meson: Compile guuid.c into libglib-2.0 When glib is built with meson, it does not include guuid.c into libglib-2.0, causing gnome-online-accounts to fail with: ../../src/goabackend/.libs/libgoa-backend-1.0.so: undefined reference to `g_uuid_string_random' Attached patch fixes the issue.
Review of attachment 358410 [details] [review]:
As I don't have commit access, can someone please commit it for me? TIA.
Attachment 358410 [details] pushed as 414225d - meson: Compile guuid.c into libglib-2.0