From 9ca433f7bb1fbd5bd85bc4400cf1c3958e915fae Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 27 Jun 2005 17:52:42 +0000 Subject: Don't try to compile the grayscale lib for unsupported configurations, saves compile time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6895 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 0914f109da..396ed062ac 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -1,6 +1,6 @@ configfile.c highscore.c -#ifdef HAVE_LCD_BITMAP +#if (CONFIG_LCD == LCD_SSD1815) && !defined(SIMULATOR) gray_black_display.c gray_blockfuncs.c gray_clear_display.c -- cgit v1.2.3