mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 17:02:34 +02:00
qtwebengine: 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: | sed: can't read /OE/build/luneos-honister/webos-ports/tmp-glibc/work/core2-64-webos-linux/qtwebengine/5.15.4+gitAUTOINC+dd7f7a9166_7aad021f2e-r0/image/usr/lib/pkgconfig/Qt5WebEngineCore.pc: No such file or directory because without pkgconfig detected this file isn't created during the build Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
4519f9eec9
commit
ca2138bd25
@@ -30,6 +30,8 @@ DEPENDS += " \
|
||||
|
||||
DEPENDS_append_libc-musl = " libexecinfo"
|
||||
|
||||
inherit pkgconfig
|
||||
|
||||
EXTRA_QMAKEVARS_CONFIGURE += "-feature-webengine-system-ninja -no-feature-webengine-system-gn"
|
||||
EXTRA_QMAKEVARS_PRE += "CONFIG+=force_debug_info"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user