summaryrefslogtreecommitdiff
path: root/mpd/remove-avahi-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mpd/remove-avahi-test.patch')
-rw-r--r--mpd/remove-avahi-test.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/mpd/remove-avahi-test.patch b/mpd/remove-avahi-test.patch
new file mode 100644
index 0000000..27d514a
--- /dev/null
+++ b/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',