]> git.wh0rd.org - fontconfig.git/commitdiff
BDF properties not available until FreeType 2.1.4
authorKeith Packard <keithp@keithp.com>
Thu, 17 Apr 2003 21:29:12 +0000 (21:29 +0000)
committerKeith Packard <keithp@keithp.com>
Thu, 17 Apr 2003 21:29:12 +0000 (21:29 +0000)
src/fcfreetype.c

index 76ca1db223fc789caf3d037a02cecaf715ed0917..5c766d1a6e799e976c18659e19741686e238edf1 100644 (file)
@@ -55,7 +55,7 @@
 #include <freetype/ttnameid.h>
 #include <freetype/t1tables.h>
 
-#if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 3))
+#if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 4))
 #include <freetype/ftbdf.h>
 #define USE_FTBDF
 #endif