From: Keith Packard Date: Thu, 17 Apr 2003 21:29:12 +0000 (+0000) Subject: BDF properties not available until FreeType 2.1.4 X-Git-Tag: fc-2_2_0~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2b2f2a714a6aa5a3fe451f44f85afc67ac921e36;p=fontconfig.git BDF properties not available until FreeType 2.1.4 --- diff --git a/src/fcfreetype.c b/src/fcfreetype.c index 76ca1db..5c766d1 100644 --- a/src/fcfreetype.c +++ b/src/fcfreetype.c @@ -55,7 +55,7 @@ #include #include -#if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 3)) +#if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 4)) #include #define USE_FTBDF #endif