aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2018-12-27 17:32:30 +0530
committerArun Raghavan <arun@arunraghavan.net>2018-12-27 17:35:56 +0530
commit2eb8ec93a2ad79cffe3371867e1a8951e65fed82 (patch)
tree01025fde37e877e2c086f46afe73e2981bcf6033
parenta887cee1ce23eb806aea85a156497fa8a3c7f23b (diff)
downloadpulseaudio-2eb8ec93a2ad79cffe3371867e1a8951e65fed82.tar.gz
meson: Fix some config generation warnings
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 52dbd8cf..73636569 100644
--- a/meson.build
+++ b/meson.build
@@ -85,6 +85,9 @@ cdata.set_quoted('PA_ALSA_PROFILE_SETS_DIR', join_paths(datadir, 'pulseaudio', '
cdata.set_quoted('DESKTOPFILEDIR', join_paths(datadir, 'applications'))
# Platform specifics
+# First some defaults to keep config file generation happy
+cdata.set('HAVE_COREAUDIO', 0)
+cdata.set('HAVE_WAVEOUT', 0)
# FIXME: This was not tested. Maybe some flags should better be CFLAGS,
# rather than ending up in the config.h file?
if host_machine.system() == 'darwin'