diff options
author | macmpi <spam@ipik.org> | 2020-01-26 15:35:38 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 11:39:25 +0100 |
commit | 137533d6be31b1932d91e587d63107587bc01a05 (patch) | |
tree | 2d143528680dffbf5ff7795da302db71dbf1192e /community/mpd/remove-avahi-test.patch | |
parent | de8249eefaf93f2dc57f2bf9cd7273e1a49cf577 (diff) | |
download | aports-137533d6be31b1932d91e587d63107587bc01a05.tar.gz aports-137533d6be31b1932d91e587d63107587bc01a05.tar.bz2 aports-137533d6be31b1932d91e587d63107587bc01a05.tar.xz |
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
Diffstat (limited to 'community/mpd/remove-avahi-test.patch')
-rw-r--r-- | community/mpd/remove-avahi-test.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/community/mpd/remove-avahi-test.patch b/community/mpd/remove-avahi-test.patch new file mode 100644 index 0000000000..27d514a87f --- /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', |