summaryrefslogtreecommitdiff
path: root/gdk-pixbuf-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
commit9711f8faae9009b16245721d978dd4feafe24091 (patch)
tree937cee900567dc77d6311883e08e90344eb6014e /gdk-pixbuf-2.0.pc.in
parent3f8716117468c5e055d56ea847e72153126439a0 (diff)
downloadgdk-pixbuf-9711f8faae9009b16245721d978dd4feafe24091.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-pixbuf-2.0.pc.in')
-rw-r--r--gdk-pixbuf-2.0.pc.in15
1 files changed, 6 insertions, 9 deletions
diff --git a/gdk-pixbuf-2.0.pc.in b/gdk-pixbuf-2.0.pc.in
index af33e03ad..96afc3d31 100644
--- a/gdk-pixbuf-2.0.pc.in
+++ b/gdk-pixbuf-2.0.pc.in
@@ -3,12 +3,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-VERSION="@VERSION@"
-REQUIRES="gobject-2.0 gmodule-2.0"
-CFLAGS="-I${includedir} $CFLAGS"
-LIBS_PATH="-L${libdir} $LIBS_PATH"
-LIBS_LINK_SELF="-lgdk_pixbuf-1.3 $LIBS_LINK_SELF"
-LIBS_LINK_SYSTEM="@INTLLIBS@ @MATH_LIB@"
-
-#Name: GdkPixbuf
-#Description: Image loading and scaling
+Name: GdkPixbuf
+Description: Image loading and scaling
+Version: @VERSION@
+Requires: gobject-2.0,gmodule-2.0
+Libs: -L${libdir} -lgdk_pixbuf-1.3 @INTLLIBS@ @MATH_LIB@
+Cflags: -I${includedir}