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:
parent
25c4a53794
commit
ca5fd0c991
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue