Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PulseAudio
pulseaudio
Commits
6329a249
Commit
6329a249
authored
Jul 27, 2021
by
Arun Raghavan
🐾
Browse files
build-sys: Fix a warning related to avahi and config data
Part-of: <
!608
>
parent
08a43be6
Pipeline
#368612
passed with stages
in 2 minutes and 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
meson.build
View file @
6329a249
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment