Nope, that wasn't it...
THe path changed from:
/usr/include/freetype2/freetype/*.h
to just:
/usr/include/freetype2/*.h
I'm guessing it comes down this this line:
enabled libfreetype && require_pkg_config freetype2 "ft2build.h
freetype/freetype.h" FT_Init_FreeType
I thought the "freetype2" argument was an option search folder off the the
include dir so I tried removing "freetype" from the latter part of the path:
enabled libfreetype && require_pkg_config freetype2 "ft2build.h
freetype.h"
FT_Init_FreeType
but it didn't work...
Any ideas?
Thanks,
Richard