mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtapplicationmanager: Fix build with musl
execinfo is not part of main C library on musl, but we do have a package providing that, therefore depend on it when using musl. Change-Id: I99b1651b5a8096a3014be3588a84e21ddac1c761 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
parent
6c221de4fb
commit
8c738d89dd
|
|
@ -14,6 +14,8 @@ include recipes-qt/qt6/qt6-git.inc
|
|||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative libyaml libarchive qtapplicationmanager-native"
|
||||
DEPENDS:append:libc-musl = " libexecinfo"
|
||||
LDFLAGS:append:libc-musl = " -lexecinfo"
|
||||
RDEPENDS:${PN}:class-target = "libcrypto ${PN}-tools"
|
||||
|
||||
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'multi-process', '', d)}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user