summaryrefslogtreecommitdiff
path: root/gdk-3.0.pc.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-12-05 20:56:02 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-12-05 20:58:21 -0500
commitb558885221afa5cce0abbd42410877d58d8d2d9a (patch)
tree37f74954adfc80f2f17163bc93f3d7e8389ebd48 /gdk-3.0.pc.in
parent4962167864921ff372dc4d01d197b892cc37f473 (diff)
downloadgtk+-b558885221afa5cce0abbd42410877d58d8d2d9a.tar.gz
Try to fix linking
We need to link against gdk against pangoft2 on X11. Also add Requires.private to gdk-3.0.pc, and try to clean things up some. https://bugzilla.gnome.org/show_bug.cgi?id=665326
Diffstat (limited to 'gdk-3.0.pc.in')
-rw-r--r--gdk-3.0.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-3.0.pc.in b/gdk-3.0.pc.in
index 20c54fec5c..97b0537291 100644
--- a/gdk-3.0.pc.in
+++ b/gdk-3.0.pc.in
@@ -8,5 +8,6 @@ Name: GDK
Description: GTK+ Drawing Kit
Version: @VERSION@
Requires: @GDK_PACKAGES@
+Requires.private: @GDK_PRIVATE_PACKAGES@
Libs: -L${libdir} -lgdk-3 @GDK_EXTRA_LIBS@
Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GDK_EXTRA_CFLAGS@