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 /pangocairo.pc.in | |
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.
Diffstat (limited to 'pangocairo.pc.in')
-rw-r--r-- | pangocairo.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |