audio/musicpd: Enable the webdav storage plugin if curl is enabled

Details:
- With curl enabled, the webdav storage plugin can be enabled as well,
  allowing folks to access their collections via webdav.
- No new dependencies are required to support this feature.

PR:		271663
Reported by:	bsd@abinet.ru
MFH:		2023Q2
This commit is contained in:
Thomas Zander 2023-05-27 08:30:59 +02:00
parent 25c4a53794
commit ca5fd0c991
No known key found for this signature in database
GPG key ID: 856D8ED47C7EAFA5

View file

@ -168,7 +168,7 @@ SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio
# Input plugins
CDPARANOIA_MESON_ENABLED= cdio_paranoia
CDPARANOIA_LIB_DEPENDS= libcdio_paranoia.so:sysutils/libcdio-paranoia
CURL_MESON_ENABLED= curl
CURL_MESON_ENABLED= curl webdav
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
SMB_MESON_ENABLED= smbclient
SMB_USES= samba:lib