summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2007-11-27 01:28:00 +0000
committerJonas Häggqvist <rasher@rasher.dk>2007-11-27 01:28:00 +0000
commita8f900384b8491c68fba3a31ad413492fd78eb6f (patch)
tree54f0f449f01d8ed4df9ded0aa32a1bd5ce5950a0 /apps/plugins/bitmaps/native/SOURCES
parent4fb825eed983c6fb3d76b3efbc61014f69969a87 (diff)
downloadrockbox-a8f900384b8491c68fba3a31ad413492fd78eb6f.tar.gz
rockbox-a8f900384b8491c68fba3a31ad413492fd78eb6f.zip
On second thoughts, let's compile Matrix for all non-mono bitmap displays.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15829 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 467ff1df76..654845f2bb 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -411,9 +411,6 @@ solitaire_suitsi.13x52x1.bmp
411 411
412/* Star */ 412/* Star */
413#ifdef HAVE_LCD_COLOR 413#ifdef HAVE_LCD_COLOR
414/* matrix */
415matrix_bold.bmp
416matrix_normal.bmp
417#if LCD_WIDTH >= 320 && LCD_HEIGHT >= 188 414#if LCD_WIDTH >= 320 && LCD_HEIGHT >= 188
418star_tiles.20x20.bmp 415star_tiles.20x20.bmp
419#elif LCD_WIDTH >= 240 && LCD_HEIGHT >= 143 416#elif LCD_WIDTH >= 240 && LCD_HEIGHT >= 143
@@ -507,4 +504,10 @@ superdom_boarditems.240x320x16.bmp
507#endif 504#endif
508#endif 505#endif
509 506
507#if LCD_DEPTH > 1
508/* matrix */
509matrix_bold.bmp
510matrix_normal.bmp
511#endif
512
510#endif /* HAVE_LCD_BITMAP */ 513#endif /* HAVE_LCD_BITMAP */