summaryrefslogtreecommitdiff
path: root/tools/buildzip.pl
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-17 10:31:31 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-24 21:20:13 +0000
commit658026e6267277b27d297c481728f74d160a8481 (patch)
tree915a9d2bb48469bdd5b9127dc19a61f230721a6c /tools/buildzip.pl
parent8cb555460ff79e636a7907fb2589e16db98c8600 (diff)
downloadrockbox-658026e6267277b27d297c481728f74d160a8481.tar.gz
rockbox-658026e6267277b27d297c481728f74d160a8481.zip
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Note: I left behind lcd_bitmap in features.txt, because removing it would require considerable work in the manual and the translations. Change-Id: Ia8ca7761f610d9332a0d22a7d189775fb15ec88a
Diffstat (limited to 'tools/buildzip.pl')
-rwxr-xr-xtools/buildzip.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl
index 0e980139bf..ce225139ef 100755
--- a/tools/buildzip.pl
+++ b/tools/buildzip.pl
@@ -258,14 +258,12 @@ sub gettargetinfo {
258 # Get the LCD screen depth and graphical status 258 # Get the LCD screen depth and graphical status
259 print GCC <<STOP 259 print GCC <<STOP
260\#include "config.h" 260\#include "config.h"
261#ifdef HAVE_LCD_BITMAP
262Bitmap: yes 261Bitmap: yes
263Depth: LCD_DEPTH 262Depth: LCD_DEPTH
264LCD Width: LCD_WIDTH 263LCD Width: LCD_WIDTH
265LCD Height: LCD_HEIGHT 264LCD Height: LCD_HEIGHT
266Icon Width: CONFIG_DEFAULT_ICON_WIDTH 265Icon Width: CONFIG_DEFAULT_ICON_WIDTH
267Icon Height: CONFIG_DEFAULT_ICON_HEIGHT 266Icon Height: CONFIG_DEFAULT_ICON_HEIGHT
268#endif
269#ifdef HAVE_REMOTE_LCD 267#ifdef HAVE_REMOTE_LCD
270Remote Depth: LCD_REMOTE_DEPTH 268Remote Depth: LCD_REMOTE_DEPTH
271Remote Icon Width: CONFIG_REMOTE_DEFAULT_ICON_WIDTH 269Remote Icon Width: CONFIG_REMOTE_DEFAULT_ICON_WIDTH