PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio


Commits:
188f9772 by Arun Raghavan at 2021-05-17T16:07:33-04:00
build-sys: Fix a couple of meson warnings

Part-of: 
<https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/556>

- - - - -


2 changed files:

- doxygen/doxygen.conf.in
- meson.build


Changes:

=====================================
doxygen/doxygen.conf.in
=====================================
@@ -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
=====================================
@@ -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 = []



View it on GitLab: 
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/188f9772c8666aa63ea04105aeae98d04e6c8643

-- 
View it on GitLab: 
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/188f9772c8666aa63ea04105aeae98d04e6c8643
You're receiving this email because of your account on gitlab.freedesktop.org.


_______________________________________________
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits

Reply via email to