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
188f9772
Commit
188f9772
authored
May 17, 2021
by
Arun Raghavan
🐾
Browse files
build-sys: Fix a couple of meson warnings
Part-of: <
!556
>
parent
f8c2f4c1
Pipeline
#320938
passed with stages
in 3 minutes and 2 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
doxygen/doxygen.conf.in
View file @
188f9772
...
...
@@ -758,8 +758,8 @@ EXCLUDE_SYMBOLS =
# directories that contain example code fragments that are included (see
# the \include command).
EXAMPLE_PATH = @srcdir@/
../
src/utils \
@srcdir@/
../
src/tests
EXAMPLE_PATH = @
top_
srcdir@/src/utils \
@
top_
srcdir@/src/tests
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
...
...
meson.build
View file @
188f9772
...
...
@@ -164,6 +164,7 @@ cdata.set('top_srcdir', meson.source_root())
# First some defaults to keep config file generation happy
cdata
.
set
(
'HAVE_COREAUDIO'
,
0
)
cdata
.
set
(
'HAVE_WAVEOUT'
,
0
)
cdata
.
set
(
'OS_IS_FREEBSD'
,
0
)
platform_socket_dep
=
[]
platform_dep
=
[]
...
...
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