summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-06-26 21:57:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-06-26 21:57:04 -0400
commit674b1965775c34ee7f1ae860f59d17c59876cde5 (patch)
treee382f2b786e3ddc975a70b55f8567a7e300cc7dd
parent2417a819ef4e1c40310aba55cd1efbe6fb070077 (diff)
downloadgtk+-674b1965775c34ee7f1ae860f59d17c59876cde5.tar.gz
Adapt to the new, external gdk-pixbuf
-rw-r--r--gdk-2.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-2.0.pc.in b/gdk-2.0.pc.in
index 24a5dfb72c..5b2a5d87aa 100644
--- a/gdk-2.0.pc.in
+++ b/gdk-2.0.pc.in
@@ -7,6 +7,6 @@ target=@gdktarget@
Name: GDK
Description: GTK+ Drawing Kit (${target} target)
Version: @VERSION@
-Requires: gdk-pixbuf-2.0 @GDK_PACKAGES@
+Requires: @GDK_PACKAGES@
Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@
Cflags: -I${includedir}/gtk-2.0 -I${libdir}/gtk-2.0/include @GDK_EXTRA_CFLAGS@