get rid of one linking error

This commit is contained in:
twinaphex 2015-02-24 19:51:16 +01:00
parent 9b1891a250
commit 07772e0e3a

View File

@ -269,7 +269,7 @@ FONTS
#include "../gfx/drivers_font/ps_libdbgfont.c"
#endif
#if defined(HAVE_OPENGL)
#if defined(HAVE_OPENGL) && !defined(__CELLOS_LV2__)
#include "../gfx/drivers_font/gl_raster_font.c"
#endif