summaryrefslogtreecommitdiff
path: root/mpd/remove-avahi-test.patch
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-07-23 23:28:50 +0200
committerKarel Kočí <cynerd@email.cz>2020-07-23 23:28:50 +0200
commit83ad7b2c771f018091d44db757fb87b1c9e5430c (patch)
tree61595e7ab0c7beabb4aaa094d2abc903d3dc6124 /mpd/remove-avahi-test.patch
parent38a3058557879415d369e9b43c5276ff3e9763ce (diff)
downloadalpine-personal-pkgs-83ad7b2c771f018091d44db757fb87b1c9e5430c.tar.gz
alpine-personal-pkgs-83ad7b2c771f018091d44db757fb87b1c9e5430c.tar.bz2
alpine-personal-pkgs-83ad7b2c771f018091d44db757fb87b1c9e5430c.zip
mpd: remove and try to use alsa compatibility instead
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',