mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
translations needs qtbase
... which means qtbase cannot have dependency to translations.
This commit is contained in:
parent
ba72ceba4f
commit
e860d5f83c
|
|
@ -48,7 +48,7 @@ PACKAGECONFIG_FONTS ?= ""
|
|||
PACKAGECONFIG_SYSTEM ?= ""
|
||||
PACKAGECONFIG_DISTRO ?= ""
|
||||
PACKAGECONFIG_DEFAULT ?= "accessibility dbus udev gui widgets icu openssl \
|
||||
jpeg png dbus translations libinput fontconfig harfbuzz \
|
||||
jpeg png dbus libinput fontconfig harfbuzz \
|
||||
${@bb.utils.contains('SELECTED_OPTIMIZATION', '-Os', 'optimize-size ltcg', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'qt5-static', 'static', '', d)} \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ include recipes-qt/qt6/qt6.inc
|
|||
|
||||
PACKAGE_ARCH = "all"
|
||||
|
||||
DEPENDS += "qttools-native"
|
||||
DEPENDS += "qtbase qttools-native"
|
||||
|
||||
PACKAGES_DYNAMIC = "${PN}-*"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user