1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-03-12 01:20:17 +01:00

23 lines
696 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_MYCROFT_MPD
bool "mycroft-mpd"
select BR2_PACKAGE_MPD
select BR2_PACKAGE_MPD_BZIP2
select BR2_PACKAGE_MPD_SQLITE
select BR2_PACKAGE_MPD_LIBSAMPLERATE
select BR2_PACKAGE_MPD_LIBSOXR
select BR2_PACKAGE_MPD_AUDIOFILE
select BR2_PACKAGE_MPD_FAAD2
select BR2_PACKAGE_MPD_FLAC
select BR2_PACKAGE_MPD_OPUS
select BR2_PACKAGE_MPD_VORBIS
select BR2_PACKAGE_MPD_CURL
select BR2_PACKAGE_MPD_LIBNFS
select BR2_PACKAGE_MPD_LIBSMBCLIENT
select BR2_PACKAGE_MPD_SOUNDCLOUD
select BR2_PACKAGE_MPD_AVAHI_SUPPORT
select BR2_PACKAGE_MPD_NEIGHBOR_DISCOVERY_SUPPORT
select BR2_PACKAGE_MPD_UPNP
select BR2_PACKAGE_NCMPC
help
Helper package that selects MPD and several codecs.