From 137533d6be31b1932d91e587d63107587bc01a05 Mon Sep 17 00:00:00 2001 From: macmpi Date: Sun, 26 Jan 2020 15:35:38 +0000 Subject: community/mpd: enable avahi support adding avahi-dev dependency and relevant compile option. test/run_avahi fails to build, and could not find how to fix it. As this is just for build testing I remove it with remove-avahi-test.patch Equally happy if someone finds a way to fix it... Tested on x86_64 target system and mpd service is well advertised by avahi --- community/mpd/remove-avahi-test.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 community/mpd/remove-avahi-test.patch (limited to 'community/mpd/remove-avahi-test.patch') diff --git a/community/mpd/remove-avahi-test.patch b/community/mpd/remove-avahi-test.patch new file mode 100644 index 00000000000..27d514a87f3 --- /dev/null +++ b/community/mpd/remove-avahi-test.patch @@ -0,0 +1,24 @@ +--- a/test/meson.build ++++ b/test/meson.build +@@ -123,21 +123,6 @@ + ], + )) + +-if libavahi_client_dep.found() +- executable( +- 'run_avahi', +- 'run_avahi.cxx', +- 'ShutdownHandler.cxx', +- '../src/Log.cxx', +- '../src/LogBackend.cxx', +- include_directories: inc, +- dependencies: [ +- zeroconf_dep, +- util_dep, +- ], +- ) +-endif +- + if enable_inotify + executable( + 'run_inotify', -- cgit v1.2.3