summaryrefslogtreecommitdiff
path: root/gtk+-3.0.pc.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-05-08 01:18:53 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-05-08 01:18:53 -0400
commit7447ef0fc24dc046b92b55e75c02ff0725b85680 (patch)
tree6af1b816ce3a09cca904877249f17d2d96eac614 /gtk+-3.0.pc.in
parent51ddf0e1c9280faf020a916974f2535ed3f5f14f (diff)
downloadgtk+-7447ef0fc24dc046b92b55e75c02ff0725b85680.tar.gz
Make 3.0 parallel-installable to 2.x
In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk.
Diffstat (limited to 'gtk+-3.0.pc.in')
-rw-r--r--gtk+-3.0.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/gtk+-3.0.pc.in b/gtk+-3.0.pc.in
new file mode 100644
index 0000000000..c159af1260
--- /dev/null
+++ b/gtk+-3.0.pc.in
@@ -0,0 +1,15 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+target=@gdktarget@
+
+gtk_binary_version=@GTK_BINARY_VERSION@
+gtk_host=@host@
+
+Name: GTK+
+Description: GTK+ Graphical UI Library (${target} target)
+Version: @VERSION@
+Requires: gdk-${target}-@GTK_API_VERSION@ @GTK_PACKAGES@
+Libs: -L${libdir} -lgtk-${target}-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@
+Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GTK_EXTRA_CFLAGS@