summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-01-06 11:33:51 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-01-06 11:33:51 +0000
commit07992d0e2c7cca25032aeac650c847a905079b23 (patch)
treef5701f0c675eb3ebb22315365beb7a40ae79c31a /configure.in
parentb072c3353cc2d10d6b26fb86cb13694a967a59cd (diff)
downloadpango-07992d0e2c7cca25032aeac650c847a905079b23.tar.gz
Bug 166709 – Handle font variants more consistently
2009-01-06 Behdad Esfahbod <behdad@gnome.org> Bug 166709 – Handle font variants more consistently * configure.in: Require fontconfig >= 2.5.0 * pango/fonts.c: Parse "Roman" as style=normal instead of weight=normal. Doesn't make much difference in reality. * pango/pangofc-fontmap.c (pango_fc_convert_weight_to_fc), (pango_fc_convert_weight_to_pango): Update to reflect newly added weights. svn path=/trunk/; revision=2788
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f74bfc22..d09e6f8d 100644
--- a/configure.in
+++ b/configure.in
@@ -235,7 +235,7 @@ have_xft=false
#
# Check for fontconfig
#
-PKG_CHECK_MODULES(FONTCONFIG, fontconfig >= 1.0.1, have_fontconfig=true, AC_MSG_RESULT([no]))
+PKG_CHECK_MODULES(FONTCONFIG, fontconfig >= 2.5.0, have_fontconfig=true, AC_MSG_RESULT([no]))
#
# Checks for FreeType