]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
mpd: Fix config option for plugin FLAC
authorJoerg Krause <jkrause@posteo.de>
Mon, 11 Aug 2014 11:42:52 +0000 (13:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 17 Aug 2014 19:25:03 +0000 (21:25 +0200)
Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mpd/mpd.mk

index cd1875405e27086a08e80a42c621df68cc3beb0e..cddcfb210111a305e1b6d89b820385e56ac3a86d 100644 (file)
@@ -54,7 +54,7 @@ endif
 ifeq ($(BR2_PACKAGE_MPD_FLAC),y)
 MPD_DEPENDENCIES += flac
 else
-MPD_CONF_OPT += --without-flac --disable-oggflac
+MPD_CONF_OPT += --disable-flac
 endif
 
 ifeq ($(BR2_PACKAGE_MPD_CURL),y)