forked from AuroraMiddleware/gtk
ec319031cc
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.
16 lines
340 B
PkgConfig
16 lines
340 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
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
|