Commit 263b7d23 authored by Joerg Krause's avatar Joerg Krause Committed by Thomas Petazzoni
Browse files

mpd: Fix config option for plugin FLAC

parent 67dcfd23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)