aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-08 18:38:03 +0100
committerMax Kellermann <max@duempel.org>2014-12-08 22:33:50 +0100
commit0f1b1bb44d7dfea657116ef7bf1c4d8fd5cbce24 (patch)
tree946c6e8d78ef9f0de6828428bdcfbbe69b61f1a2 /configure.ac
parent16f870aa4129e560b4f6cf4a4e4521ee4621e707 (diff)
downloadmpd-0f1b1bb44d7dfea657116ef7bf1c4d8fd5cbce24.tar.gz
mpd-0f1b1bb44d7dfea657116ef7bf1c4d8fd5cbce24.tar.xz
mpd-0f1b1bb44d7dfea657116ef7bf1c4d8fd5cbce24.zip
configure.ac: add option to disable CUE
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5f510d22e..addb278ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -787,6 +787,12 @@ MPD_ENABLE_AUTO_PKG(mms, MMS, [libmms >= 0.4],
[libmms mms:// protocol support], [libmms not found])
dnl ---------------------------------------------------------------------------
+dnl Playlist Plugins
+dnl ---------------------------------------------------------------------------
+
+MPD_ARG_ENABLE(cue, CUE, [CUE sheet parser], yes)
+
+dnl ---------------------------------------------------------------------------
dnl Neighbor Plugins
dnl ---------------------------------------------------------------------------