From 02f1839bfe4766ac72631bd7b76f2fc7f291b89e Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Sat, 26 Jan 2008 00:16:06 +0000 Subject: Accept FS#7218 by Dave Hooper: Bitmap version of the sliding puzzle game. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16168 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lib/SOURCES') diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 94372dc..c1f5a48 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -25,7 +25,7 @@ picture.c xlcd_core.c xlcd_draw.c xlcd_scroll.c -#ifdef HAVE_LCD_COLOR +#if LCD_DEPTH>1 bmp.c #endif #endif -- cgit v1.1