diff options
author | Martin Baulig <baulig@suse.de> | 2000-09-29 20:39:10 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-09-29 20:39:10 +0000 |
commit | 1e28ba7a1981ea36a7b70af3f101aa6a74abc5fd (patch) | |
tree | 18a2b9eb08e9b56171741c0bba76f21cd3d1f6dd /pangox.pc.in | |
parent | 2a35121efde8ef6af944d193eeffa3322adcce4e (diff) | |
download | pango-1e28ba7a1981ea36a7b70af3f101aa6a74abc5fd.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.
* *.pc.in: Made the pkg-config scripts actually work.
Diffstat (limited to 'pangox.pc.in')
-rw-r--r-- | pangox.pc.in | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/pangox.pc.in b/pangox.pc.in index 7ecf6b24..ae1a005c 100644 --- a/pangox.pc.in +++ b/pangox.pc.in @@ -3,10 +3,13 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: Pango X -Description: X Window System font support for Pango -Version: @VERSION@ -Requires: pango -Libs: -L${libdir} -lpangox @X_LIBS@ -Cflags: +VERSION="@VERSION@" +REQUIRES="pango" +CFLAGS="" +LIBS_PATH="-L${libdir}" +LIBS_SELF_LIBS="-lpangox" +LIBS_SYSTEM_LIBS="@X_LIBS@" + +#Name: Pango X +#Description: X Window System font support for Pango |