diff options
author | Martin Baulig <baulig@suse.de> | 2000-09-29 20:58:42 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-09-29 20:58:42 +0000 |
commit | ec319031cc2e4c82dcebedd65aa4dfa59f5a199e (patch) | |
tree | 6d2210186ecf81ef35cc657e512846c6c576f0b0 /gdk-pixbuf-2.0.pc.in | |
parent | d0cbd57de877ba962220824e3f54be893d6a4a5d (diff) | |
download | gtk+-ec319031cc2e4c82dcebedd65aa4dfa59f5a199e.tar.gz |
Set this to `$(libexecdir)/pkgconfig'; this is the directory where
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.
Diffstat (limited to 'gdk-pixbuf-2.0.pc.in')
-rw-r--r-- | gdk-pixbuf-2.0.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdk-pixbuf-2.0.pc.in b/gdk-pixbuf-2.0.pc.in new file mode 100644 index 0000000000..af33e03ad3 --- /dev/null +++ b/gdk-pixbuf-2.0.pc.in @@ -0,0 +1,14 @@ +prefix=@prefix@ +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 |