--- /dev/null
+From: Jakob Haufe <sur5r@sur5r.net>
+Date: Mon, 12 Mar 2012 01:18:38 +0100
+Subject: libglabels silently uses gobject, fix linkage
+
+---
+ configure.ac | 1 +
+ libglabels/libglabels-3.0.pc.in | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index ca2276d..26d3903 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -163,6 +163,7 @@ dnl - LIBGLABELS more modest prerequisites
+ dnl ---------------------------------------------------------------------------
+ PKG_CHECK_MODULES(LIBGLABELS, [\
+ glib-2.0 >= $GLIB_REQUIRED \
++ gobject-2.0 >= $GLIB_REQUIRED \
+ libxml-2.0 >= $LIBXML_REQUIRED \
+ ])
+
+diff --git a/libglabels/libglabels-3.0.pc.in b/libglabels/libglabels-3.0.pc.in
+index bb07823..13c824a 100644
+--- a/libglabels/libglabels-3.0.pc.in
++++ b/libglabels/libglabels-3.0.pc.in
+@@ -5,7 +5,7 @@ includedir=@includedir@
+
+ Name: LIBGLABELS
+ Description: GLabels Template Library
+-Requires: glib-2.0 libxml-2.0
++Requires: glib-2.0 gobject-2.0 libxml-2.0
+ Version: @VERSION@
+ Libs: -L${libdir} -lglabels-3.0
+ Cflags: -I${includedir}/@LIBGLABELS_BRANCH@