mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtmultimedia: inherit pkgconfig
Newer oe-core doesn't pull many default dependencies anymore: https://lists.openembedded.org/g/openembedded-core/message/156185 add explicit dependency on pkgconfig through pkgconfig.bbclass as we're using it here. Fixes: ERROR: Feature 'pulseaudio' was enabled, but the pre-condition 'libs.pulseaudio' failed. Similar change was already applied in meta-qt5:f200be9d67but the same is needed for qt6. Change-Id: Ic3f674bcfd7dbbc6f149a1ae94cd66613a948050 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commitd718354d16) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
879b08ed03
commit
85d2f59c51
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
|
|||
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
|
||||
"
|
||||
|
||||
inherit qt6-cmake
|
||||
inherit qt6-cmake pkgconfig
|
||||
|
||||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user