mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-31 05:22:24 +01:00
adding avahi-dev dependency and relevant compile option. test/run_avahi fails to build, and could not find how to fix it. As this is just for build testing I remove it with remove-avahi-test.patch Equally happy if someone finds a way to fix it... Tested on x86_64 target system and mpd service is well advertised by avahi
25 lines
413 B
Diff
25 lines
413 B
Diff
--- 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',
|