mpd: enabled dsd for mpd-full variant

Fixes: #29281

Signed-off-by: Yehor Popovych <yehor@popovy.ch>
This commit is contained in:
Yehor Popovych
2026-05-02 18:02:51 +01:00
committed by Alexandru Ardelean
parent 0393b2260c
commit e4b1d8cc06
+3 -2
View File
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mpd
PKG_VERSION:=0.23.16
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.musicpd.org/download/mpd/0.23
@@ -118,7 +118,6 @@ MESON_ARGS += \
-Dtcp=true \
-Dipv6=$(if $(CONFIG_IPV6),en,dis)abled \
-Dlocal_socket=true \
-Ddsd=false \
-Ddatabase=true \
-Dlibmpdclient=enabled \
-Dneighbor=false \
@@ -181,6 +180,7 @@ ifeq ($(BUILD_VARIANT),full)
MESON_ARGS += \
-Dupnp=npupnp \
-Dmms=enabled \
-Ddsd=true \
-Dsoundcloud=enabled \
-Dffmpeg=enabled \
-Dmad=$(if $(CONFIG_BUILD_PATENTED),dis,en)abled \
@@ -207,6 +207,7 @@ ifeq ($(BUILD_VARIANT),mini)
MESON_ARGS += \
-Dupnp=disabled \
-Dmms=disabled \
-Ddsd=false \
-Dsoundcloud=disabled \
-Dffmpeg=disabled \
-Dmad=enabled \