mpd: build without UPnP support

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Peter Müller
2021-05-18 23:34:32 +02:00
committed by Michael Tremer
parent fdc5bfef07
commit 59e476630e

View File

@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/${THISAPP}
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = mpd
PAK_VER = 21
PAK_VER = 22
SUP_ARCH = aarch64 x86_64 i586
DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr
@@ -91,7 +91,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
-D ffmpeg=enabled \
-D flac=enabled \
-D lame=enabled \
-D upnp=enabled \
-D upnp=disabled \
-D icu=disabled \
builddir/
cd $(DIR_APP) && ninja -C builddir/