From 1cf2ec38b1d3fbbe62fab1daf39f617bb64516a9 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Wed, 25 Apr 2007 22:08:00 +0000 Subject: 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 --- apps/screens.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/screens.c') diff --git a/apps/screens.c b/apps/screens.c index 82ae490d75..a9f84be686 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -72,7 +72,7 @@ #include "dsp.h" #endif -#ifdef HAVE_LCD_COLOR +#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1)) #include "backdrop.h" #endif -- cgit v1.2.3