GNOME Bugzilla – Bug 687072
Remove calls to g_type_init(), bump GLib required version
Last modified: 2012-10-29 15:54:43 UTC
While we have the patient open, it doesn't make sense to have distinct glib-2.0 and gio-2.0 required versions, since they come from the same module. See http://git.gnome.org/browse/glib/commit/?id=7c42ab23b55c43ab96d0ac2124b550bf1f49c1ec
Created attachment 227490 [details] [review] Remove calls to g_type_init(), bump GLib required version
Split out the 2 changes and you can remove the "While we have the patient open" lark. I'm not sure what it's supposed to be, but it's not funny.
Created attachment 227548 [details] [review] configure: Unify glib-2.0 and gio-2.0 requirements It doesn't make sense to have distinct glib-2.0 and gio-2.0 required versions, since they come from the same module.
Created attachment 227549 [details] [review] Remove calls to g_type_init(), bump GLib required version See http://git.gnome.org/browse/glib/commit/?id=7c42ab23b55c43ab96d0ac2124b550bf1f49c1ec
Review of attachment 227548 [details] [review]: ++
Review of attachment 227549 [details] [review]: ++
Attachment 227548 [details] pushed as 5588d10 - configure: Unify glib-2.0 and gio-2.0 requirements Attachment 227549 [details] pushed as 1bb7771 - Remove calls to g_type_init(), bump GLib required version