diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c index 84d722ee46..bb0af5298f 100644 --- a/tools/checkwps/checkwps.c +++ b/tools/checkwps/checkwps.c @@ -286,7 +286,9 @@ int main(int argc, char **argv) } skin_buffer_init(); +#ifdef HAVE_LCD_BITMAP skin_font_init(); +#endif /* Go through every wps that was thrown at us, error out at the first * flawed wps */