When I try to build Love 0.8.0, I get an error because the Freetype header files are in /usr/include/freetype2 instead of /usr/include/freetype.
However, if I rename freetype2 to freetype, I get an error:
In file included from modules/font/freetype/wrap_Font.cpp:23:0:
modules/font/freetype/Font.h:31:22: fatal error: ft2build.h: No such file or directory
#include <ft2build.h>
Is there something I can do about this?
I feel like installing Freetype 1.4 would help, but I don't know how.
Actually, ft2build.h would be at /usr/include/freetype2/freetype/ft2build.h, typically, so you should be fine if you add the include path /usr/include/freetype2.