summaryrefslogtreecommitdiff
path: root/gdk-2.0.pc.in
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2000-09-30 02:14:04 +0000
committerMartin Baulig <martin@src.gnome.org>2000-09-30 02:14:04 +0000
commitf717bda19732f874762f2c48521d8370f15bf3f0 (patch)
tree0d4f32228a4475838a836bbf34377f663097104b /gdk-2.0.pc.in
parent244996ffec3b76c4cbef2e9684c0557ffed7e8fa (diff)
downloadgtk+-f717bda19732f874762f2c48521d8370f15bf3f0.tar.gz
Put the pkg-config scripts back to the correct pkg-config syntax
(the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and not the one from pkgconfig.sourceforge.net which is old).
Diffstat (limited to 'gdk-2.0.pc.in')
-rw-r--r--gdk-2.0.pc.in15
1 files changed, 6 insertions, 9 deletions
diff --git a/gdk-2.0.pc.in b/gdk-2.0.pc.in
index 81e319278c..0dc03329c9 100644
--- a/gdk-2.0.pc.in
+++ b/gdk-2.0.pc.in
@@ -4,12 +4,9 @@ libdir=@libdir@
includedir=@includedir@
target=@gdktarget@
-VERSION="@VERSION@"
-REQUIRES="gdk-pixbuf pangox"
-CFLAGS="-I${includedir}/gtk-2.0 -I${libdir}/gtk-2.0/include @more_cflags@ $CFLAGS"
-LIBS_PATH="-L${libdir} $LIBS_PATH"
-LIBS_LINK_SELF="-lgdk-${target}-1.3 @GDK_WLIBS@ $LIBS_LINK_SELF"
-LIBS_LINK_SYSTEM="@more_ldflags@ @more_libs@ $LIBS_LINK_SYSTEM"
-
-#Name: GDK
-#Description: GIMP Drawing Kit
+Name: GDK
+Description: GIMP Drawing Kit
+Version: @VERSION@
+Requires: gdk-pixbuf,pangox
+Libs: -L${libdir} @more_ldflags@ -lgdk-${target}-1.3 @more_libs@ @GDK_WLIBS@
+Cflags: -I${includedir}/gtk-2.0 -I${libdir}/gtk-2.0/include @more_cflags@