Sfoglia il codice sorgente

mpd: forcibly disable oggflac without flac

If flac and libogg were both built but flac isn't selected in mpd it
will be picked up anyway.
Forcibly disable oggflac support if flac support is disabled for
consistency.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias 14 anni fa
parent
commit
53725fafee
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package/multimedia/mpd/mpd.mk

+ 1 - 1
package/multimedia/mpd/mpd.mk

@@ -35,7 +35,7 @@ endif
 ifeq ($(BR2_PACKAGE_MPD_FLAC),y)
 MPD_DEPENDENCIES += flac
 else
-MPD_CONF_OPT += --without-flac
+MPD_CONF_OPT += --without-flac --disable-oggflac
 endif
 
 ifeq ($(BR2_PACKAGE_MPD_CURL),y)