summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwps/wpsbuild.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/wps/wpsbuild.pl b/wps/wpsbuild.pl
index d6cff68d3a..548b46974f 100755
--- a/wps/wpsbuild.pl
+++ b/wps/wpsbuild.pl
@@ -55,8 +55,10 @@ STOP
55 else { 55 else {
56 print GCC <<STOP 56 print GCC <<STOP
57\#include "config.h" 57\#include "config.h"
58#ifdef HAVE_LCD_BITMAP
58Height: LCD_HEIGHT 59Height: LCD_HEIGHT
59Width: LCD_WIDTH 60Width: LCD_WIDTH
61#endif
60STOP 62STOP
61; 63;
62} 64}
@@ -192,7 +194,7 @@ while(<WPS>) {
192 } 194 }
193 195
194 if(!$rheight || !$rwidth) { 196 if(!$rheight || !$rwidth) {
195 printf STDERR "wpsbuild notice: No %sLCD size, skipping $wps\n", 197 #printf STDERR "wpsbuild notice: No %sLCD size, skipping $wps\n",
196 $isrwps?"remote ":""; 198 $isrwps?"remote ":"";
197 $within = 0; 199 $within = 0;
198 next; 200 next;