summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2019-01-12 18:04:57 -0500
committerSolomon Peachy <pizza@shaftnet.org>2019-01-12 18:05:13 -0500
commitc70e40f05024537074fc20585482c8d1f007081f (patch)
tree42b34d64938b46084645344a7718f336ead0668e
parent7d24ef1e6d630518d63beaf80e3c3ff7c759b803 (diff)
downloadrockbox-c70e40f05024537074fc20585482c8d1f007081f.tar.gz
rockbox-c70e40f05024537074fc20585482c8d1f007081f.zip
Add HAVE_LINEOUT_DETECTION to features.txt
Change-Id: I164ed8c1a8135cb051e3342b20e474cc798f3c38
-rw-r--r--apps/features.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 3c0b0a3856..3a8636e8a1 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -48,6 +48,10 @@ flash_storage
48headphone_detection 48headphone_detection
49#endif 49#endif
50 50
51#if defined(HAVE_LINEOUT_DETECTION)
52lineout_detection
53#endif
54
51#if defined(HAS_BUTTON_HOLD) 55#if defined(HAS_BUTTON_HOLD)
52hold_button 56hold_button
53#endif 57#endif