From afa04b12d95e279b51133167c1c2db48dc2215b5 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 17 Feb 2010 23:08:25 +0000 Subject: Make checkwps compile again for the player. If we had proper multifont on charcell this would never have happened git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24735 a1c6a512-1295-4272-9138-f99709370657 --- tools/checkwps/checkwps.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit