diff options
Diffstat (limited to 'apps/plugins/SOURCES.app_build')
| -rw-r--r-- | apps/plugins/SOURCES.app_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES.app_build b/apps/plugins/SOURCES.app_build index 990a7c1..89a8b0e 100644 --- a/apps/plugins/SOURCES.app_build +++ b/apps/plugins/SOURCES.app_build @@ -1,4 +1,4 @@ -#ifndef HAVE_TOUCHSCREEN +#if !defined(HAVE_TOUCHSCREEN) || defined(DX50) || defined(DX90) /* In devices running RockBox as an application, but having a keypad */ #include "SOURCES" #else |