mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Fix some config generation warnings
This commit is contained in:
parent
a887cee1ce
commit
2eb8ec93a2
1 changed files with 3 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue