Browse Source

mpd: switch avahi dependency to dbus one

pulseaudio depends on the debus variant.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 4 years ago
parent
commit
e03ec9bfc1
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sound/mpd/Makefile

+ 1
- 1
sound/mpd/Makefile View File

@ -85,7 +85,7 @@ endef
define Package/mpd-avahi-service
$(call Package/mpd/Default)
TITLE+= (Avahi service)
DEPENDS+=+avahi-daemon
DEPENDS+=+avahi-dbus-daemon
endef
define Package/mpd-avahi-service/description


Loading…
Cancel
Save