[poppler] [patch] Bug 9020 - fontconfig version check
Brad Hards
bradh at frogmouth.net
Sun Nov 4 01:16:59 PST 2007
https://bugs.freedesktop.org/show_bug.cgi?id=9820 describes a problem with
fontconfig checks.
How about this for a fix?
Brad
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],
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/poppler/attachments/20071104/87f8f20a/attachment.pgp
More information about the poppler
mailing list