diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-03 18:12:54 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-03 18:12:54 -0500 |
commit | 411cda4ff414bec20bdc439d9d2ac1b836d1cc70 (patch) | |
tree | b66b90482cd4eca6cdb1ca807c7a7934ea429414 /configure.ac | |
parent | 86a7ae67bc40ed94d67992b03c372db7d62dd014 (diff) | |
download | gtk+-411cda4ff414bec20bdc439d9d2ac1b836d1cc70.tar.gz |
Keep an explicit dep on cairo in the gdk pc file
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8900aedb1c..38502ba751 100644 --- a/configure.ac +++ b/configure.ac @@ -1178,7 +1178,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-pixbuf-2.0" + GDK_PACKAGES="$PANGO_PACKAGES gdk-pixbuf-2.0 cairo-gobject" GDK_EXTRA_LIBS= fi |