diff --git a/recipes-qt/qt6/qtwebengine_git.bb b/recipes-qt/qt6/qtwebengine_git.bb index 9aff7b9..e046d3b 100644 --- a/recipes-qt/qt6/qtwebengine_git.bb +++ b/recipes-qt/qt6/qtwebengine_git.bb @@ -38,6 +38,7 @@ PACKAGECONFIG ??= "\ ${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', '${PACKAGECONFIG_OPENEMBEDDED}', '', d)} \ geolocation \ webchannel \ + ${@bb.utils.contains('BBFILE_COLLECTIONS', 'multimedia-layer', 'webrtc-pipewire', '', d)} \ printing-and-pdf \ pepper-plugins \ " @@ -46,7 +47,6 @@ PACKAGECONFIG_OPENEMBEDDED ?= "\ opus \ snappy \ webrtc \ - webrtc-pipewire \ " PACKAGECONFIG[alsa] = "-DFEATURE_webengine_system_alsa=ON,-DFEATURE_webengine_system_alsa=OFF,alsa-lib"