mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: Fix a couple of meson warnings
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/556>
This commit is contained in:
parent
f8c2f4c1c2
commit
188f9772c8
2 changed files with 3 additions and 2 deletions
|
|
@ -758,8 +758,8 @@ EXCLUDE_SYMBOLS =
|
||||||
# directories that contain example code fragments that are included (see
|
# directories that contain example code fragments that are included (see
|
||||||
# the \include command).
|
# the \include command).
|
||||||
|
|
||||||
EXAMPLE_PATH = @srcdir@/../src/utils \
|
EXAMPLE_PATH = @top_srcdir@/src/utils \
|
||||||
@srcdir@/../src/tests
|
@top_srcdir@/src/tests
|
||||||
|
|
||||||
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
|
# 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
|
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
||||||
|
|
|
||||||
|
|
@ -164,6 +164,7 @@ cdata.set('top_srcdir', meson.source_root())
|
||||||
# First some defaults to keep config file generation happy
|
# First some defaults to keep config file generation happy
|
||||||
cdata.set('HAVE_COREAUDIO', 0)
|
cdata.set('HAVE_COREAUDIO', 0)
|
||||||
cdata.set('HAVE_WAVEOUT', 0)
|
cdata.set('HAVE_WAVEOUT', 0)
|
||||||
|
cdata.set('OS_IS_FREEBSD', 0)
|
||||||
|
|
||||||
platform_socket_dep = []
|
platform_socket_dep = []
|
||||||
platform_dep = []
|
platform_dep = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue