summaryrefslogtreecommitdiff
path: root/gtk+-2.0.pc.in
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2000-09-29 20:58:42 +0000
committerMartin Baulig <martin@src.gnome.org>2000-09-29 20:58:42 +0000
commitec319031cc2e4c82dcebedd65aa4dfa59f5a199e (patch)
tree6d2210186ecf81ef35cc657e512846c6c576f0b0 /gtk+-2.0.pc.in
parentd0cbd57de877ba962220824e3f54be893d6a4a5d (diff)
downloadgtk+-ec319031cc2e4c82dcebedd65aa4dfa59f5a199e.tar.gz
Set this to `$(libexecdir)/pkgconfig'; this is the directory where
2000-09-29 Martin Baulig <baulig@suse.de> * Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig'; this is the directory where pkg-config actually looks. * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid confusion with the GdkPixbuf of the GNOME 1.x platform. * *.pc.in: Made the pkg-config scripts actually work.
Diffstat (limited to 'gtk+-2.0.pc.in')
-rw-r--r--gtk+-2.0.pc.in15
1 files changed, 9 insertions, 6 deletions
diff --git a/gtk+-2.0.pc.in b/gtk+-2.0.pc.in
index ddf6c4b62d..ee2d8ed8b5 100644
--- a/gtk+-2.0.pc.in
+++ b/gtk+-2.0.pc.in
@@ -4,9 +4,12 @@ libdir=@libdir@
includedir=@includedir@
target=@gdktarget@
-Name: GTK+
-Description: GIMP Tool Kit
-Version: @VERSION@
-Requires: gdk-2.0
-Libs: -L${libdir} -lgtk-${target}-1.3
-Cflags: -I${includedir}
+VERSION="@VERSION@"
+REQUIRES="gdk-2.0"
+CFLAGS="-I${includedir} $CFLAGS"
+LIBS_PATH="-L${libdir} $LIBS_PATH"
+LIBS_LINK_SELF="-lgtk-${target}-1.3 $LIBS_LINK_SELF"
+LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
+
+#Name: GTK+
+#Description: GIMP Tool Kit