[Trivial Patch] updated fontconfig version check in Xft

Jan van Dijk jan@etpmod.phys.tue.nl
Thu, 4 Mar 2004 08:13:27 +0100


	Howdy,

With reference to the thread which started with 

	http://freedesktop.org/pipermail/xlibs/2004-February/000214.html

could somebody please apply the trivial patch below?

	Thanks, Jan.

2004-03-04  Jan van Dijk  <jan@etpmod.phys.tue.nl>

        * configure.ac: Updated version check for fontconfig:
          usage of the FC_HINT_* macros in Xft requires version >= 2.2.91

jan@nbelvis:~/src/freedesktop/xlibs/Xft $ cvs diff -u configure.ac
Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/Xft/configure.ac,v
retrieving revision 1.16
diff -u -r1.16 configure.ac
--- configure.ac        17 Jan 2004 04:34:56 -0000      1.16
+++ configure.ac        4 Mar 2004 07:07:54 -0000
@@ -86,7 +86,7 @@
 FREETYPE_LIBS="`$ft_config --libs`"

 # Check fontconfig configuration
-PKG_CHECK_MODULES(FONTCONFIG, fontconfig >= 1.0.1)
+PKG_CHECK_MODULES(FONTCONFIG, fontconfig >= 2.2.91)

 AC_SUBST(XRENDER_CFLAGS)
 AC_SUBST(XRENDER_LIBS)

-- 
dr.ir. Jan van Dijk
Eindhoven University of Technology
Department of Applied Physics
Group Elementary Processes in Gas Discharges
jan@etpmod.phys.tue.nl
+31 40 247 57 65