diff options
Diffstat (limited to 'meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb')
-rw-r--r-- | meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb b/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb index de87a1a..1e8ac12 100644 --- a/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb +++ b/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb | |||
@@ -55,8 +55,11 @@ SRC_URI[video2.sha256sum] = "651e0b4d2b3272dc10bfc9edba4f0c1a7084cd087c75e8a098f | |||
55 | 55 | ||
56 | S = "${WORKDIR}/git/basicsuite" | 56 | S = "${WORKDIR}/git/basicsuite" |
57 | 57 | ||
58 | DEPENDS = "qtbase qtdeclarative qtxmlpatterns qtquickcontrols2 qtgraphicaleffects qtmultimedia qtcharts qtlocation \ | 58 | DEPENDS = " \ |
59 | ${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)}" | 59 | qtbase qtdeclarative qtxmlpatterns qtquickcontrols2 qtgraphicaleffects qtmultimedia qtcharts qtlocation \ |
60 | ${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)} \ | ||
61 | ${@bb.utils.contains('DISTRO_FEATURES', 'qt5-static', 'qtdeclarative-native', '', d)} \ | ||
62 | " | ||
60 | 63 | ||
61 | do_install_append() { | 64 | do_install_append() { |
62 | # we only need plugins from the demos | 65 | # we only need plugins from the demos |
@@ -111,3 +114,6 @@ FILES_${PN} += " \ | |||
111 | FILES_${PN}-dbg += " \ | 114 | FILES_${PN}-dbg += " \ |
112 | /data/user/qt/qmlplugins/*/.debug/ \ | 115 | /data/user/qt/qmlplugins/*/.debug/ \ |
113 | " | 116 | " |
117 | FILES_${PN}-staticdev += " \ | ||
118 | /data/user/qt/qmlplugins/*/*.a \ | ||
119 | " | ||