diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-06-26 21:56:03 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-06-26 21:56:03 -0400 |
commit | ac18bc7cb1725be792f95574efd522988cef47e5 (patch) | |
tree | c7765b9a1061433a74b2ae4b7321ed49a88e9407 /gdk-3.0.pc.in | |
parent | 75b9f68338ad3e186ed45bc77cc6870e8071759c (diff) | |
download | gtk+-ac18bc7cb1725be792f95574efd522988cef47e5.tar.gz |
Update for the new, external gdk-pixbuf
Diffstat (limited to 'gdk-3.0.pc.in')
-rw-r--r-- | gdk-3.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-3.0.pc.in b/gdk-3.0.pc.in index d2eae286af..fe21977748 100644 --- a/gdk-3.0.pc.in +++ b/gdk-3.0.pc.in @@ -7,6 +7,6 @@ target=@gdktarget@ Name: GDK Description: GTK+ Drawing Kit (${target} target) Version: @VERSION@ -Requires: gdk-pixbuf-@GTK_API_VERSION@ @GDK_PACKAGES@ +Requires: @GDK_PACKAGES@ Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@ Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ -I${libdir}/gtk-@GTK_API_VERSION@/include @GDK_EXTRA_CFLAGS@ -DGSEAL_ENABLE |