From c47c91cd3af0eb8ec13a4fd52fdeaa7ef6b440e5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 29 Jun 2010 07:56:32 -0400 Subject: [PATCH] Make sure we always include gdk-pixbuf in the gdk requires This is needed since we include gdk-pixbuf.h in public gdk headers (cherry picked from commit b6cc7dbd21942081e846399e3ed54aa29ff38e30) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index dbd04f0420..7aa792cdab 100644 --- a/configure.in +++ b/configure.in @@ -1321,7 +1321,7 @@ GDK_DEP_CFLAGS="`$PKG_CONFIG --cflags gthread-2.0 $GDK_PACKAGES` $GDK_EXTRA_CFL # into the pkg-config files # if test $enable_explicit_deps != yes ; then - GDK_PACKAGES="$PANGO_PACKAGES" + GDK_PACKAGES="$PANGO_PACKAGES gdk-pixbuf-2.0" GDK_EXTRA_LIBS= fi