From 089d73a8b0efad8f3511cebd2863d0d5521dc30d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 4 Feb 2005 13:06:06 +0000 Subject: Let's do an ifdef here to prevent builds for iriver since the keymapping isn't fixed for it (yet). Feel free to help! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5787 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/solitaire.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c index 37d9f1ee78..20be137c62 100644 --- a/apps/plugins/solitaire.c +++ b/apps/plugins/solitaire.c @@ -36,6 +36,7 @@ use F3 to put card on top of the remains' stack on one of the 4 final color #include "lcd.h" #ifdef HAVE_LCD_BITMAP +#if CONFIG_KEYPAD != IRIVER_H100_PAD /* FIX! */ /* here is a global api struct pointer. while not strictly necessary, it's nice not to have to pass the api pointer in all function calls @@ -1192,4 +1193,5 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) return (result == SOLITAIRE_USB) ? PLUGIN_USB_CONNECTED : PLUGIN_OK; } +#endif /* iRiver h100 keypad */ #endif -- cgit v1.2.3