configure.ac: add option to disable CUE

This commit is contained in:
Max Kellermann
2014-12-08 18:38:03 +01:00
parent 16f870aa41
commit 0f1b1bb44d
3 changed files with 17 additions and 5 deletions

View File

@@ -786,6 +786,12 @@ fi
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 ---------------------------------------------------------------------------