[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] build-sys: Fix a couple of meson warnings
PulseAudio Marge Bot (@pulseaudio-merge-bot)
gitlab at gitlab.freedesktop.org
Mon May 17 20:13:37 UTC 2021
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20210517/8d0995c5/attachment-0001.htm>
More information about the pulseaudio-commits
mailing list