diff options
Diffstat (limited to 'meta/recipes-multimedia/pulseaudio/pulseaudio.inc')
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 11 |
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 |
72 | USE_NLS = "yes" | 72 | USE_NLS = "yes" |
73 | 73 | ||
74 | # Helps tests for -msse fail on non-SSE architectures which is all non-x86 | ||
75 | TUNE_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] ' | ||
79 | TOOLCHAIN:armv7ve = "gcc" | ||
80 | TOOLCHAIN:armv7a = "gcc" | ||
81 | |||
74 | EXTRA_OEMESON = "\ | 82 | EXTRA_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. |
122 | PACKAGECONFIG[autospawn-for-root] = ",,," | 130 | PACKAGECONFIG[autospawn-for-root] = ",,," |
123 | PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc" | 131 | PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc" |
124 | PACKAGECONFIG[webrtc] = "-Dwebrtc-aec=enabled,-Dwebrtc-aec=disabled,webrtc-audio-processing" | 132 | PACKAGECONFIG[webrtc] = "-Dwebrtc-aec=enabled,-Dwebrtc-aec=disabled,webrtc-audio-processing-1" |
125 | PACKAGECONFIG[ipv6] = "-Dipv6=true,-Dipv6=false," | 133 | PACKAGECONFIG[ipv6] = "-Dipv6=true,-Dipv6=false," |
126 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false," | 134 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false," |
135 | PACKAGECONFIG[oss-output] = "-Doss-output=enabled,-Doss-output=disabled," | ||
127 | 136 | ||
128 | export TARGET_PFPU = "${TARGET_FPU}" | 137 | export TARGET_PFPU = "${TARGET_FPU}" |
129 | 138 | ||