summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_parser.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-09-06 16:54:04 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-09-06 16:54:04 +0000
commit9f4f5dbc2683a17159aac153aaccce023fc5dab3 (patch)
treebc335c25ee2579450c3d2cee7463b8fcbe631e26 /apps/gui/skin_engine/skin_parser.c
parent66499ecad05866e709e3b48131801356cdf888c1 (diff)
downloadrockbox-9f4f5dbc2683a17159aac153aaccce023fc5dab3.tar.gz
rockbox-9f4f5dbc2683a17159aac153aaccce023fc5dab3.zip
Make the e200 compile the vled for the sim... other targets are probably doing the same thing so find out which.. commit will be immediatly followed to fixd red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22642 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/skin_parser.c')
-rw-r--r--apps/gui/skin_engine/skin_parser.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c
index 5ecbda1315..bc0abba786 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -22,6 +22,7 @@
22#include <stdio.h> 22#include <stdio.h>
23#include <string.h> 23#include <string.h>
24#include <stdlib.h> 24#include <stdlib.h>
25#include "config.h"
25#include "file.h" 26#include "file.h"
26#include "misc.h" 27#include "misc.h"
27#include "plugin.h" 28#include "plugin.h"
@@ -272,9 +273,10 @@ static const struct wps_tag all_tags[] = {
272#if (CONFIG_CODEC != MAS3507D) 273#if (CONFIG_CODEC != MAS3507D)
273 { WPS_TOKEN_SOUND_PITCH, "Sp", WPS_REFRESH_DYNAMIC, NULL }, 274 { WPS_TOKEN_SOUND_PITCH, "Sp", WPS_REFRESH_DYNAMIC, NULL },
274#endif 275#endif
275
276#if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD) 276#if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD)
277 { WPS_TOKEN_VLED_HDD, "lh", WPS_REFRESH_DYNAMIC, NULL }, 277 { WPS_TOKEN_VLED_HDD, "lh", WPS_REFRESH_DYNAMIC, NULL },
278#else
279 #error why doesnt this target enable vled?
278#endif 280#endif
279 281
280 { WPS_TOKEN_MAIN_HOLD, "mh", WPS_REFRESH_DYNAMIC, NULL }, 282 { WPS_TOKEN_MAIN_HOLD, "mh", WPS_REFRESH_DYNAMIC, NULL },