diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-11-22 09:42:31 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-11-22 09:42:31 -0500 |
commit | abc787a5acf0849946c089c97f8c3548b8096288 (patch) | |
tree | 3122ee2c9914f6f89133981f8d53b9c30a51b1ea /gtk+-3.0.pc.in | |
parent | c5e4af761c9db702b9bbf0740404c204e5b086d2 (diff) | |
download | gtk+-abc787a5acf0849946c089c97f8c3548b8096288.tar.gz |
Move pangoft2 to Requires.private
We have pango in Requires anyway, and this is just so we
can call pangofc api ourselves.
Diffstat (limited to 'gtk+-3.0.pc.in')
-rw-r--r-- | gtk+-3.0.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk+-3.0.pc.in b/gtk+-3.0.pc.in index e628ab1ef7..cf5d3be677 100644 --- a/gtk+-3.0.pc.in +++ b/gtk+-3.0.pc.in @@ -11,5 +11,6 @@ Name: GTK+ Description: GTK+ Graphical UI Library Version: @VERSION@ Requires: gdk-@GTK_API_VERSION@ @GTK_PACKAGES@ +Requires.private: @GTK_PRIVATE_PACKAGES@ Libs: -L${libdir} -lgtk-3 @GTK_EXTRA_LIBS@ Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GTK_EXTRA_CFLAGS@ |