summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-06-29 07:56:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-06-29 07:57:40 -0400
commitb6cc7dbd21942081e846399e3ed54aa29ff38e30 (patch)
tree076b7fe83c0288f76a5ca0641e40d17cf6f001d4 /configure.ac
parent6aae994a660364300f84bbbf8bfff8d78dc47833 (diff)
downloadgtk+-b6cc7dbd21942081e846399e3ed54aa29ff38e30.tar.gz
Make sure we always include gdk-pixbuf in the gdk requires
This is needed since we include gdk-pixbuf.h in public gdk headers
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 70db346def..25e5d4e4a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1312,7 +1312,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