From 2624b558cefe8f677949573c6bfb93ae11783c79 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 18 Mar 2006 21:17:05 +0000 Subject: 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 --- wps/wpsbuild.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 else { print GCC <) { } 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; -- cgit v1.2.3