gio-querymodules: Ensure we're linked to GObject
authorColin Walters <walters@verbum.org>
Thu, 10 Jan 2013 21:25:15 +0000 (16:25 -0500)
committerColin Walters <walters@verbum.org>
Fri, 11 Jan 2013 03:24:00 +0000 (22:24 -0500)
commita1f40adf733b64500b09e0d02d51967b43df9ee5
tree9a6fedf86c68549f0e776ac4253a63633ed60bf0
parentf2a5b33270389b741e6ed756bf4d12730f8b392f
gio-querymodules: Ensure we're linked to GObject

Since we're dynamically loading objects, after the g_type_init()
change, we now need to ensure people building with --as-needed don't
lose the DT_NEEDED on libgobject.

https://bugzilla.gnome.org/show_bug.cgi?id=691077
gio/gio-querymodules.c