summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/pulseaudio/pulseaudio.inc')
-rw-r--r--meta/recipes-multimedia/pulseaudio/pulseaudio.inc11
1 files changed, 10 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index 9fb5c81757..695f4b676d 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -71,6 +71,14 @@ inherit bash-completion meson pkgconfig useradd gettext perlnative systemd manpa
71# if using --disable-nls 71# if using --disable-nls
72USE_NLS = "yes" 72USE_NLS = "yes"
73 73
74# Helps tests for -msse fail on non-SSE architectures which is all non-x86
75TUNE_CCARGS:append:toolchain-clang = " -Werror=unused-command-line-argument"
76
77# mix_neon.c:179:9: error: invalid operand in inline asm: 'vld1.s32 ${0:h}, [$2]
78# vld1.s32 ${1:h}, [$3] '
79TOOLCHAIN:armv7ve = "gcc"
80TOOLCHAIN:armv7a = "gcc"
81
74EXTRA_OEMESON = "\ 82EXTRA_OEMESON = "\
75 -Dhal-compat=false \ 83 -Dhal-compat=false \
76 -Dorc=disabled \ 84 -Dorc=disabled \
@@ -121,9 +129,10 @@ PACKAGECONFIG[jack] = "-Djack=enabled,-Djack=disabled,jack"
121# able to use pulseaudio autospawn for root as well. 129# able to use pulseaudio autospawn for root as well.
122PACKAGECONFIG[autospawn-for-root] = ",,," 130PACKAGECONFIG[autospawn-for-root] = ",,,"
123PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc" 131PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc"
124PACKAGECONFIG[webrtc] = "-Dwebrtc-aec=enabled,-Dwebrtc-aec=disabled,webrtc-audio-processing" 132PACKAGECONFIG[webrtc] = "-Dwebrtc-aec=enabled,-Dwebrtc-aec=disabled,webrtc-audio-processing-1"
125PACKAGECONFIG[ipv6] = "-Dipv6=true,-Dipv6=false," 133PACKAGECONFIG[ipv6] = "-Dipv6=true,-Dipv6=false,"
126PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false," 134PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,"
135PACKAGECONFIG[oss-output] = "-Doss-output=enabled,-Doss-output=disabled,"
127 136
128export TARGET_PFPU = "${TARGET_FPU}" 137export TARGET_PFPU = "${TARGET_FPU}"
129 138