From 336f7e89fea34115850737035ffc96a5073c4e72 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sat, 30 Sep 2000 02:14:04 +0000 Subject: 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). --- gobject-2.0.pc.in | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'gobject-2.0.pc.in') diff --git a/gobject-2.0.pc.in b/gobject-2.0.pc.in index b5e328429..54929f7f7 100644 --- a/gobject-2.0.pc.in +++ b/gobject-2.0.pc.in @@ -3,12 +3,9 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -REQUIRES="glib-2.0" -VERSION="@VERSION@" -CFLAGS="$CFLAGS" -LIBS_PATH="-L${libdir} $LIBS_PATH" -LIBS_LINK_SELF="-lobject-1.3 $LIBS_LINK_SELF" -LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM" - -#Name: GObject -#Description: Object/type system for GLib +Name: GObject +Description: Object/type system for GLib +Requires: glib-2.0 +Version: @VERSION@ +Libs: -L${libdir} -lgobject-1.3 +Cflags: -- cgit v1.2.3