From: Yehor Popovych Date: Sat, 2 May 2026 17:02:51 +0000 (+0100) Subject: mpd: enabled dsd for mpd-full variant X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e4b1d8cc06b75b36983884cd3bfe721631550769;p=openwrt-packages.git mpd: enabled dsd for mpd-full variant Fixes: #29281 Signed-off-by: Yehor Popovych --- diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 847674640..d70d50173 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -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 \