aboutsummaryrefslogtreecommitdiffstats
path: root/community/mpd/remove-avahi-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mpd/remove-avahi-test.patch')
-rw-r--r--community/mpd/remove-avahi-test.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/mpd/remove-avahi-test.patch b/community/mpd/remove-avahi-test.patch
deleted file mode 100644
index 4ddb1fb46ab..00000000000
--- a/community/mpd/remove-avahi-test.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/test/meson.build b/test/meson.build
-index a33b16d..afff49e 100644
---- a/test/meson.build
-+++ b/test/meson.build
-@@ -122,19 +122,6 @@ test('TestIcu', executable(
- ],
- ))
-
--if libavahi_client_dep.found()
-- executable(
-- 'run_avahi',
-- 'run_avahi.cxx',
-- 'ShutdownHandler.cxx',
-- include_directories: inc,
-- dependencies: [
-- zeroconf_dep,
-- util_dep,
-- ],
-- )
--endif
--
- if enable_inotify
- executable(
- 'run_inotify',