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, 0 insertions, 24 deletions
diff --git a/mpd/remove-avahi-test.patch b/mpd/remove-avahi-test.patch
deleted file mode 100644
index 27d514a..0000000
--- a/mpd/remove-avahi-test.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- 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',