Hi!

The attached patch is probably a better version of the previously posted
patch.

Just drop it in debian/patches/ and add it to debian/patches/series to
fix the build failure.

HTH

-- 
Andreas Henriksson
Description: add gmodule-2.0 to GTK_LIBS
  Fixes build failure reported in http://bugs.debian.org/669485
Author: Andreas Henriksson <andr...@fatal.se>

--- glade-3-3.6.7.orig/configure.ac
+++ glade-3-3.6.7/configure.ac
@@ -116,7 +116,7 @@ GTK_DOC_CHECK(1.9)
 dnl ================================================================
 dnl Check for gtk+
 dnl ================================================================
-PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.14.0 gthread-2.0 libxml-2.0 >= 2.4.0])
+PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.14.0 gthread-2.0 libxml-2.0 >= 2.4.0 gmodule-2.0])
 AC_SUBST(GTK_LIBS)
 AC_SUBST(GTK_CFLAGS)
 

Reply via email to