Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Remove dependency on Avahi #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions buildroot-external/package/snapcast/Config.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
config BR2_PACKAGE_SNAPCAST
bool "Snapcast"
depends on BR2_USE_MMU # avahi
depends on !BR2_STATIC_LIBS # avahi
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_AIXLOG
select BR2_PACKAGE_AVAHI
select BR2_PACKAGE_AVAHI_DAEMON
select BR2_PACKAGE_DBUS
select BR2_PACKAGE_POPL
select BR2_PACKAGE_ASIO
select BR2_PACKAGE_FLAC
Expand Down
2 changes: 1 addition & 1 deletion buildroot-external/package/snapcast/snapcast.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

SNAPCAST_VERSION = v0.13.0
SNAPCAST_SITE = $(call github,badaix,snapcast,$(SNAPCAST_VERSION))
SNAPCAST_DEPENDENCIES = libogg alsa-lib avahi # libstdcpp libatomic libflac libvorbisidec
SNAPCAST_DEPENDENCIES = libogg alsa-lib # libstdcpp libatomic libflac libvorbisidec
SNAPCAST_LICENSE = GPL-3.0+
SNAPCAST_LICENSE_FILES = LICENSE

Expand Down
2 changes: 1 addition & 1 deletion openwrt/snapcast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define Package/snapcast/Default
SECTION := multimedia
CATEGORY := Multimedia
TITLE := snapcast
DEPENDS := +libstdcpp +libavahi-client +libatomic +libogg +libflac
DEPENDS := +libstdcpp +libatomic +libogg +libflac
endef

define Package/snapcast/description/Default
Expand Down