From 988bdc1cc4d4cbe88da848de80d79aeac195464e Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 6 Nov 2010 01:01:01 +0000 Subject: Android: Use wakeup objects instead of polling for the dialog results in the keyboard and yesno dialog, allowing a lot of code to be removed. First part of FS#11708 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28512 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/export/config.h b/firmware/export/config.h index d005aae976..3a7328315b 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -721,7 +721,8 @@ Lyre prototype 1 */ #if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) \ || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \ - || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) + || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \ + || defined(APPLICATION) #define HAVE_WAKEUP_OBJECTS #endif -- cgit v1.2.3