summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2014-12-24 00:05:31 +0100
committerMichael Giacomelli <giac2000@hotmail.com>2014-12-24 00:05:31 +0100
commit1bc3964f96752f3567b681617bf87c5078c893f0 (patch)
tree9675bc2a14d9e03ee2b1f42ada4a332df730aaac
parent33cb13dee5a527ac445ea1b13d42723e4eb3e3b0 (diff)
downloadrockbox-1bc3964f96752f3567b681617bf87c5078c893f0.tar.gz
rockbox-1bc3964f96752f3567b681617bf87c5078c893f0.zip
Fix compilation error.
Change-Id: Ic565444bf1df955703dfe91adaf3094e8ab9b990
-rw-r--r--apps/plugins/SUBDIRS2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 4b4015be08..d02073e29d 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -13,7 +13,7 @@ clock
13#ifdef HAVE_LCD_BITMAP 13#ifdef HAVE_LCD_BITMAP
14 14
15/* XWorld only supports color horizontal stride LCDs /for now/ ;) */ 15/* XWorld only supports color horizontal stride LCDs /for now/ ;) */
16#if (defined(HAVE_LCD_COLOR) && \ 16#if defined(HAVE_LCD_COLOR) && \
17 (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE)) 17 (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE))
18xworld 18xworld
19#endif 19#endif