summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2021-05-17 16:03:28 -0400
committerArun Raghavan <arun@asymptotic.io>2021-05-17 16:07:33 -0400
commit188f9772c8666aa63ea04105aeae98d04e6c8643 (patch)
tree33c3bc0f55e8461b0bece8e7c4a125896fc23968 /meson.build
parentf8c2f4c1c23a3a187a9cf78a9dc996b25695ebd4 (diff)
build-sys: Fix a couple of meson warningsv14.99.1
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/556>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 18fc869a2..5214a6519 100644
--- a/meson.build
+++ b/meson.build
@@ -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 = []