package/mpd: drop tidal option
tidal option has been removed from mpd since version 0.22.10 and97c43954e8
resulting in the following build failure since bump of meson to version 0.60.1 in commit78d3f2ea03
: ../output-1/build/mpd-0.22.11/meson.build:1:0: ERROR: Unknown options: "tidal" Fixes: - http://autobuild.buildroot.org/results/b8c5879a02078f4962088dff5ae2ede1f0e6b805 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
828daae908
commit
c89e0cd922
@ -162,6 +162,12 @@ config BR2_OPENJDK_VERSION_LATEST
|
||||
OpenJDK 16.x is no longer mainted, so the option has been
|
||||
removed. Use OpenJDK 17.x instead.
|
||||
|
||||
config BR2_PACKAGE_MPD_TIDAL
|
||||
bool "mpd tidal option removed"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
tidal has been removed from mpd since version 0.22.10.
|
||||
|
||||
config BR2_PACKAGE_MROUTED_RSRR
|
||||
bool "RSRR for RSVP removed in mrouted v4.4"
|
||||
select BR2_LEGACY
|
||||
|
@ -58,13 +58,6 @@ config BR2_PACKAGE_MPD_SOUNDCLOUD
|
||||
help
|
||||
Enable soundcloud.com playlist support.
|
||||
|
||||
config BR2_PACKAGE_MPD_TIDAL
|
||||
bool "tidal"
|
||||
select BR2_PACKAGE_MPD_CURL
|
||||
select BR2_PACKAGE_YAJL
|
||||
help
|
||||
Play songs from the commercial streaming service TIDAL.
|
||||
|
||||
comment "Converter plugins"
|
||||
|
||||
config BR2_PACKAGE_MPD_LIBSAMPLERATE
|
||||
|
@ -277,13 +277,6 @@ ifneq ($(BR2_PACKAGE_MPD_TCP),y)
|
||||
MPD_CONF_OPTS += -Dtcp=true
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MPD_TIDAL),y)
|
||||
MPD_DEPENDENCIES += yajl
|
||||
MPD_CONF_OPTS += -Dtidal=enabled
|
||||
else
|
||||
MPD_CONF_OPTS += -Dtidal=disabled
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MPD_TREMOR),y)
|
||||
MPD_DEPENDENCIES += tremor
|
||||
MPD_CONF_OPTS += -Dtremor=enabled
|
||||
|
Loading…
Reference in New Issue
Block a user