aports/community/mpd/remove-avahi-test.patch
macmpi 137533d6be 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
2020-01-28 11:39:25 +01:00

25 lines
413 B
Diff

--- 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',