mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-06 21:40: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;
|
const char* message;
|
||||||
} ft_errors[] =
|
} ft_errors[] =
|
||||||
|
|
||||||
#include <freetype/fterrors.h>
|
#include <freetype2/fterrors.h>
|
||||||
|
|
||||||
/* -------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------- */
|
||||||
/* font objects */
|
/* font objects */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user