diff options
Diffstat (limited to 'meta-audio-4a-framework/recipes-core')
-rw-r--r-- | meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb b/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb index 7e72a35f..bc236ff6 100644 --- a/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb +++ b/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb @@ -19,5 +19,6 @@ RDEPENDS_${PN} += "\ 4a-hal-unicens \ snd-avirt \ ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '4a-tools', '' , d)} \ - ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-module-4a-client', '' , d)} \ " +# FIXME: Disable for now due to compilation issues against PulseAudio 12.x +# ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-module-4a-client', '' , d)} |