From d6c8b57b507658ef2e45f73d1f00e9ea88ac8d34 Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Sat, 1 Mar 2008 22:55:09 +0000 Subject: M:Robe 100: add button definition/bitmaps to plugins and enable compilation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16469 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 8ad7c3f605..b6eac56dfb 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -1,4 +1,4 @@ -#if !defined(OLYMPUS_MROBE_100) && !defined(COWON_D2) +#if !defined(COWON_D2) /* plugins common to all models */ battery_bench.c @@ -63,7 +63,7 @@ blackjack.c bounce.c bubbles.c -#if (LCD_WIDTH >= 160) +#if (LCD_DEPTH > 1) invadrox.c #endif @@ -148,9 +148,9 @@ iriver_flash.c #endif #endif /* iFP7xx */ -#if (LCD_WIDTH > 138) -/* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini and ifp */ +#if (LCD_WIDTH > 138) && (LCD_DEPTH > 1) +/* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/ superdom.c #endif #endif /* m:robe 500 */ -#endif /* m:robe 100 */ +#endif /* COWON_D2 */ -- cgit v1.2.3