summaryrefslogtreecommitdiff
path: root/mpd/remove-avahi-test.patch
blob: 27d514a87f3582488ca5c31aa5e8b64428c16fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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',