From 68e363b18f8c358269238a21cd1e0e1655575ddc Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 21 Jul 2010 06:05:51 +0000 Subject: rockboy: simplify build condition it builds for all current plugin buffer sizes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27506 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SUBDIRS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index c28adfbdd7..33efc5f12d 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -17,9 +17,7 @@ clock && (LCD_PIXELFORMAT != HORIZONTAL_PACKING) /* TODO */ \ && (LCD_PIXELFORMAT != VERTICAL_INTERLEAVED) /* TODO */ \ && (defined(HAVE_LCD_COLOR) || (LCD_HEIGHT == 64) && (LCD_DEPTH == 1) || \ - (LCD_HEIGHT == 128) && (LCD_DEPTH == 2)) \ - && (PLUGIN_BUFFER_SIZE >= 0x60000 /* it needs a lot of RAM */ || \ - PLUGIN_BUFFER_SIZE <= 0x20000) /* but we can use overlays */ + (LCD_HEIGHT == 128) && (LCD_DEPTH == 2)) rockboy #endif -- cgit v1.2.3