mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
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:
committed by
Michael Tremer
parent
fdc5bfef07
commit
59e476630e
4
lfs/mpd
4
lfs/mpd
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user