summaryrefslogtreecommitdiff
path: root/gtk+-3.0.pc.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-08 23:22:49 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:06:55 -0500
commit6465e8dd157cf7f7dbf0ade227784aa6f2d10549 (patch)
tree8b074e1e7cabf59d181334d9517fc1735f8e0d6d /gtk+-3.0.pc.in
parent07d49ee56a4ce86d9d6154e00ff6b10bd3bdc2a4 (diff)
downloadgtk+-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+-3.0.pc.in')
-rw-r--r--gtk+-3.0.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk+-3.0.pc.in b/gtk+-3.0.pc.in
index ccb8c7e107..c686112428 100644
--- a/gtk+-3.0.pc.in
+++ b/gtk+-3.0.pc.in
@@ -8,8 +8,8 @@ gtk_binary_version=@GTK_BINARY_VERSION@
gtk_host=@host@
Name: GTK+
-Description: GTK+ Graphical UI Library (${target} target)
+Description: GTK+ Graphical UI Library
Version: @VERSION@
-Requires: gdk-${target}-@GTK_API_VERSION@ @GTK_PACKAGES@
-Libs: -L${libdir} -lgtk-${target}-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@
+Requires: @GTK_PACKAGES@
+Libs: -L${libdir} -lgtk-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@
Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GTK_EXTRA_CFLAGS@ -DGSEAL_ENABLE