Fresco/config freetype.m4,1.11,1.12
Tobias Hunger <[email protected]> Sun, 16 Nov 2003 13:48:58 +0000
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/config In directory purcel:/tmp/cvs-serv19252/config Modified Files: freetype.m4 Log Message: Use the FT_FREETYPE_H define consistently to stop the build breaking on new freetype. This patch shouldn't cause problems as the method used here is already used in the OpenGL DK (and the FontKit). Closes bug284). Index: freetype.m4 =================================================================== RCS file: /cvs/fresco/Fresco/config/freetype.m4,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- freetype.m4 13 Dec 2002 23:12:52 -0000 1.11 +++ freetype.m4 16 Nov 2003 13:48:56 -0000 1.12 @@ -74,7 +74,8 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "freetype/freetype.h" +#include <ft2build.h> +#include FT_FREETYPE_H char* my_strdup (char *str)