diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-01-29 22:38:29 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-01-29 22:38:29 +0000 |
commit | 701bdf2deb549e925d1aef14c36f14858f3656c7 (patch) | |
tree | 76664cfe62dde4a49308aca6d908e067dabd1f59 /pango.pc.in | |
parent | bfa586f860e47650541a45f0c11360a2da306bd3 (diff) | |
download | pango-701bdf2deb549e925d1aef14c36f14858f3656c7.tar.gz |
Bug 496244 – Don't use freetype-config, use pkg-config
2008-01-29 Behdad Esfahbod <behdad@gnome.org>
Bug 496244 – Don't use freetype-config, use pkg-config
* configure.in:
Don't use freetype-config. Also cleanup lots of old stale macros
around configure.in.
* pango-uninstalled.pc.in:
* pango.pc.in:
* pangocairo-uninstalled.pc.in:
* pangocairo.pc.in:
* pangoft2-uninstalled.pc.in:
* pangoft2.pc.in:
* pangowin32.pc.in:
* pangox-uninstalled.pc.in:
* pangox.pc.in:
* pangoxft-uninstalled.pc.in:
* pangoxft.pc.in:
And cleaned up all the pkg-config files as a result.
svn path=/trunk/; revision=2559
Diffstat (limited to 'pango.pc.in')
-rw-r--r-- | pango.pc.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango.pc.in b/pango.pc.in index 64d77aa8..5cc3ef8a 100644 --- a/pango.pc.in +++ b/pango.pc.in @@ -11,4 +11,3 @@ Version: @VERSION@ Requires: glib-2.0,gobject-2.0,gmodule-no-export-2.0 Libs: -L${libdir} -lpango-@PANGO_API_VERSION@ @PKGCONFIG_MATH_LIBS@ Cflags: -I${includedir}/pango-1.0 - |