diff options
-rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 13c829805f..9a7e9b578c 100644 --- a/apps/plugin.c +++ b/apps/plugin.c | |||
@@ -147,6 +147,7 @@ static const struct plugin_api rockbox_api = { | |||
147 | gui_scrollbar_draw, | 147 | gui_scrollbar_draw, |
148 | #endif | 148 | #endif |
149 | 149 | ||
150 | #ifdef HAVE_BACKLIGHT | ||
150 | backlight_on, | 151 | backlight_on, |
151 | backlight_off, | 152 | backlight_off, |
152 | backlight_set_timeout, | 153 | backlight_set_timeout, |
@@ -158,6 +159,7 @@ static const struct plugin_api rockbox_api = { | |||
158 | backlight_set_timeout_plugged, | 159 | backlight_set_timeout_plugged, |
159 | #endif | 160 | #endif |
160 | is_backlight_on, | 161 | is_backlight_on, |
162 | #endif /* HAVE_BACKLIGHT */ | ||
161 | splash, | 163 | splash, |
162 | splashf, | 164 | splashf, |
163 | 165 | ||