mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
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:
parent
c279335ed2
commit
2624b558ce
1 changed files with 3 additions and 1 deletions
|
|
@ -55,8 +55,10 @@ STOP
|
||||||
else {
|
else {
|
||||||
print GCC <<STOP
|
print GCC <<STOP
|
||||||
\#include "config.h"
|
\#include "config.h"
|
||||||
|
#ifdef HAVE_LCD_BITMAP
|
||||||
Height: LCD_HEIGHT
|
Height: LCD_HEIGHT
|
||||||
Width: LCD_WIDTH
|
Width: LCD_WIDTH
|
||||||
|
#endif
|
||||||
STOP
|
STOP
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
@ -192,7 +194,7 @@ while(<WPS>) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!$rheight || !$rwidth) {
|
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 ":"";
|
$isrwps?"remote ":"";
|
||||||
$within = 0;
|
$within = 0;
|
||||||
next;
|
next;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue