[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] build-sys: Fix a warning related to avahi and config data

PulseAudio Marge Bot (@pulseaudio-merge-bot) gitlab at gitlab.freedesktop.org
Tue Jul 27 17:05:05 UTC 2021



PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio


Commits:
6329a249 by Arun Raghavan at 2021-07-27T12:59:58-04:00
build-sys: Fix a warning related to avahi and config data

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/608>

- - - - -


1 changed file:

- meson.build


Changes:

=====================================
meson.build
=====================================
@@ -704,6 +704,8 @@ endif
 avahi_dep = dependency('avahi-client', version : '>= 0.6.0', required : get_option('avahi'), disabler : true)
 if avahi_dep.found()
   cdata.set('HAVE_AVAHI', 1)
+else
+  cdata.set('HAVE_AVAHI', 0)
 endif
 
 sbc_dep = dependency('sbc', version : '>= 1.0', required : false)



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/6329a2498eb038f8a9537888280a62b00a93f68e

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/6329a2498eb038f8a9537888280a62b00a93f68e
You're receiving this email because of your account on gitlab.freedesktop.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20210727/401ed02a/attachment.htm>


More information about the pulseaudio-commits mailing list