From 7447ef0fc24dc046b92b55e75c02ff0725b85680 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 8 May 2010 01:18:53 -0400 Subject: 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. --- gtk+-3.0.pc.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gtk+-3.0.pc.in (limited to 'gtk+-3.0.pc.in') 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@ -- cgit v1.2.1