build-sys: Fix a couple of meson warnings

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/556>
This commit is contained in:
Arun Raghavan 2021-05-17 16:03:28 -04:00
parent f8c2f4c1c2
commit 188f9772c8
2 changed files with 3 additions and 2 deletions

View file

@ -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 = []