diff options
Diffstat (limited to 'tools/checkwps/checkwps.c')
-rw-r--r-- | tools/checkwps/checkwps.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |