mpd: enabled dsd for mpd-full variant
authorYehor Popovych <redacted>
Sat, 2 May 2026 17:02:51 +0000 (18:02 +0100)
committerAlexandru Ardelean <redacted>
Tue, 5 May 2026 06:12:38 +0000 (09:12 +0300)
Fixes: #29281
Signed-off-by: Yehor Popovych <redacted>
sound/mpd/Makefile

index 847674640b6a02551e61d5f24e24ebb42ab4978b..d70d501737750664f284ad236a93510b1376df1a 100644 (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 \
git clone https://git.99rst.org/PROJECT