mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-05 13:00:09 +03:00
Include uses FreeType 2 header file
* http://www.freetype.org/freetype2/docs/tutorial/step1.html "Starting with FreeType 2.1.6, the old header file inclusion scheme is no longer supported."
This commit is contained in:
parent
b47cecfe9f
commit
6e8ad303ad
|
@ -59,7 +59,7 @@ struct {
|
|||
const char* message;
|
||||
} ft_errors[] =
|
||||
|
||||
#include <freetype/fterrors.h>
|
||||
#include <freetype2/fterrors.h>
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/* font objects */
|
||||
|
|
Loading…
Reference in New Issue
Block a user