Bug 9820 - fontconfig configure check
Summary: fontconfig configure check
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: All All
: medium minor
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-30 17:37 UTC by Marijn Kruisselbrink
Modified: 2007-11-04 04:28 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Marijn Kruisselbrink 2007-01-30 17:37:57 UTC
The configure check for fontconfig does not check if a new enough version of fontconfig is present, resulting in a compile error when only fontconfig 1 is installed.
Comment 1 Brad Hards 2007-11-04 01:09:38 UTC
diff --git a/configure.ac b/configure.ac
index af1d25a..547d6f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,7 +154,7 @@ fi
 AC_SUBST(FREETYPE_CFLAGS)
 AC_SUBST(FREETYPE_LIBS)

-PKG_CHECK_MODULES(FONTCONFIG, fontconfig)
+PKG_CHECK_MODULES(FONTCONFIG, fontconfig >= 2.0.0)

 AC_ARG_ENABLE(splash-output,
               AC_HELP_STRING([--disable-splash-output],
Comment 2 Albert Astals Cid 2007-11-04 04:28:37 UTC
Commited


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.