only use the LCD size for bitmap LCDs so that we don't get the WPSes

for recorder included for the player builds


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9102 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2006-03-18 21:17:05 +00:00
parent c279335ed2
commit 2624b558ce

View file

@ -55,8 +55,10 @@ STOP
else {
print GCC <<STOP
\#include "config.h"
#ifdef HAVE_LCD_BITMAP
Height: LCD_HEIGHT
Width: LCD_WIDTH
#endif
STOP
;
}
@ -192,7 +194,7 @@ while(<WPS>) {
}
if(!$rheight || !$rwidth) {
printf STDERR "wpsbuild notice: No %sLCD size, skipping $wps\n",
#printf STDERR "wpsbuild notice: No %sLCD size, skipping $wps\n",
$isrwps?"remote ":"";
$within = 0;
next;