forked from AuroraMiddleware/gtk
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).
This commit is contained in:
parent
244996ffec
commit
f717bda197
@ -23,14 +23,9 @@
|
||||
|
||||
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.
|
||||
|
||||
2000-09-29 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtktextview.c: Implement the side windows.
|
||||
|
@ -23,14 +23,9 @@
|
||||
|
||||
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.
|
||||
|
||||
2000-09-29 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtktextview.c: Implement the side windows.
|
||||
|
@ -23,14 +23,9 @@
|
||||
|
||||
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.
|
||||
|
||||
2000-09-29 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtktextview.c: Implement the side windows.
|
||||
|
@ -23,14 +23,9 @@
|
||||
|
||||
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.
|
||||
|
||||
2000-09-29 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtktextview.c: Implement the side windows.
|
||||
|
@ -23,14 +23,9 @@
|
||||
|
||||
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.
|
||||
|
||||
2000-09-29 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtktextview.c: Implement the side windows.
|
||||
|
@ -23,14 +23,9 @@
|
||||
|
||||
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.
|
||||
|
||||
2000-09-29 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtktextview.c: Implement the side windows.
|
||||
|
@ -23,14 +23,9 @@
|
||||
|
||||
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.
|
||||
|
||||
2000-09-29 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtktextview.c: Implement the side windows.
|
||||
|
@ -112,7 +112,7 @@ EXTRA_DIST = \
|
||||
examples/spinbutton/Makefile \
|
||||
examples/find-examples.sh
|
||||
|
||||
pkgconfigdir = $(libexecdir)/pkgconfig
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA= gdk-pixbuf-2.0.pc gdk-2.0.pc gtk+-2.0.pc
|
||||
|
||||
dist-hook: gtk+.spec
|
||||
|
@ -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@
|
||||
|
@ -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}
|
||||
|
@ -4,12 +4,9 @@ libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
target=@gdktarget@
|
||||
|
||||
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
|
||||
Name: GTK+
|
||||
Description: GIMP Tool Kit
|
||||
Version: @VERSION@
|
||||
Requires: gdk-2.0
|
||||
Libs: -L${libdir} -lgtk-${target}-1.3
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
Reference in New Issue
Block a user