From 710ccb7b483da9be9543ea40a99dee7fd6f8fa98 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 25 Oct 2006 10:17:57 +0000 Subject: ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11338 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipodmini.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-ipodmini.h') diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index 09ce7d6868..2e5da2e447 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -22,6 +22,9 @@ /* define this if you have access to the pitchscreen */ #define HAVE_PITCHSCREEN +/* define this if you would like tagcache to build on this target */ +#define HAVE_TAGCACHE + /* LCD dimensions */ #define LCD_WIDTH 138 #define LCD_HEIGHT 110 -- cgit v1.2.3