diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-08 23:22:49 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:06:55 -0500 |
commit | 6465e8dd157cf7f7dbf0ade227784aa6f2d10549 (patch) | |
tree | 8b074e1e7cabf59d181334d9517fc1735f8e0d6d /gtk+-unix-print-3.0.pc.in | |
parent | 07d49ee56a4ce86d9d6154e00ff6b10bd3bdc2a4 (diff) | |
download | gtk+-6465e8dd157cf7f7dbf0ade227784aa6f2d10549.tar.gz |
Reorganize pc files for a single library
After this commit, pc files no longer include the gdk backend in
their name, and we no longer install a pc file for gdk. There is
now a single gtk+-3.0.pc file. It turns out a separate gtk+-x11-3.0.pc
file is not necessary, since gdkx.h doesn't have a separate include
directory that would have to be added to Cflags.
Diffstat (limited to 'gtk+-unix-print-3.0.pc.in')
-rw-r--r-- | gtk+-unix-print-3.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk+-unix-print-3.0.pc.in b/gtk+-unix-print-3.0.pc.in index 5b8462a209..cbace1af49 100644 --- a/gtk+-unix-print-3.0.pc.in +++ b/gtk+-unix-print-3.0.pc.in @@ -10,5 +10,5 @@ gtk_host=@host@ Name: GTK+ Description: GTK+ Unix print support Version: @VERSION@ -Requires: gtk+-${target}-@GTK_API_VERSION@ @GTK_PACKAGES@ +Requires: gtk+-@GTK_API_VERSION@ @GTK_PACKAGES@ Cflags: -I${includedir}/gtk-@GTK_API_VERSION@/unix-print |