summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-02 18:40:11 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-02 18:40:11 +0000
commit09f012a64fb129b3b7e16cc463a840b1eb5ded7d (patch)
treef373b3645a05334ae636fbb2f8190f5b981bbf6d /apps/features.txt
parentf09795091ce200ffb2da718a061d656b517cae48 (diff)
Only enable LANG_ENABLE_SPEAKER if HAVE_SPEAKER is defined
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20176 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 4980944605..2f743b84a8 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -183,3 +183,7 @@ accessory_supply
#if defined(IPOD_ACCESSORY_PROTOCOL)
serial_port
#endif
+
+#if defined(HAVE_SPEAKER)
+speaker
+#endif