diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-04-28 01:38:47 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-04-28 01:38:47 +0000 |
commit | 61064c7998cfcb870dbdf002021860903e3715e7 (patch) | |
tree | b056784a75030dd6996a2e1c4170e88f75ee1bc0 | |
parent | 2b59a2594b6aa44324d2032d5dedc43b2eff5d10 (diff) | |
download | pango-61064c7998cfcb870dbdf002021860903e3715e7.tar.gz |
Remove CAIRO_CFLAGS from Cflags, as we Require cairo already.
2006-04-27 Behdad Esfahbod <behdad@gnome.org>
* pangocairo.pc.in, pangocairo-uninstalled.pc.in: Remove CAIRO_CFLAGS
from Cflags, as we Require cairo already.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | pangocairo-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pangocairo.pc.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2006-04-27 Behdad Esfahbod <behdad@gnome.org> + * pangocairo.pc.in, pangocairo-uninstalled.pc.in: Remove CAIRO_CFLAGS + from Cflags, as we Require cairo already. + +2006-04-27 Behdad Esfahbod <behdad@gnome.org> + * pango/pango-impl-utils.h: * pango/fonts.c (pango_font_get_glyph_extents), (pango_font_get_metrics), (pango_font_get_font_map): diff --git a/pangocairo-uninstalled.pc.in b/pangocairo-uninstalled.pc.in index 0f33669c..69849e86 100644 --- a/pangocairo-uninstalled.pc.in +++ b/pangocairo-uninstalled.pc.in @@ -3,5 +3,5 @@ Description: Cairo rendering support for Pango, Not Installed Version: @VERSION@ Requires: pango cairo @PKGCONFIG_CAIRO_REQUIRES@ Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangocairo-@PANGO_API_VERSION@.la @PKGCONFIG_CAIRO_LIBS@ -Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@ @CAIRO_CFLAGS@ +Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@ diff --git a/pangocairo.pc.in b/pangocairo.pc.in index affc77dc..8dbcfacc 100644 --- a/pangocairo.pc.in +++ b/pangocairo.pc.in @@ -8,4 +8,4 @@ Description: Cairo rendering support for Pango Version: @VERSION@ Requires: pango cairo @PKGCONFIG_CAIRO_REQUIRES@ Libs: -L${libdir} -lpangocairo-@PANGO_API_VERSION@ @PKGCONFIG_CAIRO_LIBS@ -Cflags: -I${includedir}/pango-1.0 @CAIRO_CFLAGS@ +Cflags: -I${includedir}/pango-1.0 |