build-sys: Fix a couple of meson warnings v14.99.1
authorArun Raghavan <arun@asymptotic.io>
Mon, 17 May 2021 20:03:28 +0000 (16:03 -0400)
committerArun Raghavan <arun@asymptotic.io>
Mon, 17 May 2021 20:07:33 +0000 (16:07 -0400)
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/556>

doxygen/doxygen.conf.in
meson.build

index a97c165..21b6814 100644 (file)
@@ -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
index 18fc869..5214a65 100644 (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 = []