summaryrefslogtreecommitdiff
path: root/apps/root_menu.c
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-04-25 22:08:00 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-04-25 22:08:00 +0000
commit1cf2ec38b1d3fbbe62fab1daf39f617bb64516a9 (patch)
tree7cf670647d6b2f71be80854322daf80620e50247 /apps/root_menu.c
parent9db669e1af5443f654f92a6ee7257c365ec0f52a (diff)
downloadrockbox-1cf2ec38b1d3fbbe62fab1daf39f617bb64516a9.tar.gz
rockbox-1cf2ec38b1d3fbbe62fab1daf39f617bb64516a9.zip
Change some ifdefs for the recent backdrop changes (fixes the yellow builds) and move the backdrop files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13265 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/root_menu.c')
-rw-r--r--apps/root_menu.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/root_menu.c b/apps/root_menu.c
index ebb13ecb92..5f16a0ecb8 100644
--- a/apps/root_menu.c
+++ b/apps/root_menu.c
@@ -32,12 +32,13 @@
32#include "rolo.h" 32#include "rolo.h"
33#include "powermgmt.h" 33#include "powermgmt.h"
34#include "power.h" 34#include "power.h"
35#include "talk.h"
36#include "audio.h"
35 37
36#if LCD_DEPTH > 1 38#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1))
37#include "backdrop.h" 39#include "backdrop.h"
38#endif 40#endif
39#include "talk.h" 41
40#include "audio.h"
41 42
42/* gui api */ 43/* gui api */
43#include "list.h" 44#include "list.h"