summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-04-28 01:38:47 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-04-28 01:38:47 +0000
commit61064c7998cfcb870dbdf002021860903e3715e7 (patch)
treeb056784a75030dd6996a2e1c4170e88f75ee1bc0
parent2b59a2594b6aa44324d2032d5dedc43b2eff5d10 (diff)
downloadpango-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--ChangeLog5
-rw-r--r--pangocairo-uninstalled.pc.in2
-rw-r--r--pangocairo.pc.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2801b505..8b740034 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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