diff options
author | texierp <texier.pj2@gmail.com> | 2018-02-07 22:35:06 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-02-22 13:56:45 +0000 |
commit | 1ad923abbff0d749a137aad19a1e6795dbe7e32a (patch) | |
tree | f9dba74821f59f063d359ea7ba07388c17138ea4 | |
parent | e41caf42e9e8a69d2f8f7a70365fbb441f0a01e8 (diff) | |
download | meta-qt5-1ad923abbff0d749a137aad19a1e6795dbe7e32a.tar.gz |
packagegroup-qt5-toolchain-target: Add qtcharts and qtmqtt
Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rwxr-xr-x | recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb index 234cde8c..f5446afd 100755 --- a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb +++ b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | |||
@@ -47,6 +47,9 @@ RDEPENDS_${PN} += " \ | |||
47 | qttranslations-qtbase \ | 47 | qttranslations-qtbase \ |
48 | qttranslations-qtconfig \ | 48 | qttranslations-qtconfig \ |
49 | qttranslations-qthelp \ | 49 | qttranslations-qthelp \ |
50 | qtcharts-dev \ | ||
51 | qtcharts-mkspecs \ | ||
52 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtcharts-qmlplugins', '', d)} \ | ||
50 | qtconnectivity-dev \ | 53 | qtconnectivity-dev \ |
51 | qtconnectivity-mkspecs \ | 54 | qtconnectivity-mkspecs \ |
52 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtconnectivity-qmlplugins', '', d)} \ | 55 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtconnectivity-qmlplugins', '', d)} \ |
@@ -69,6 +72,8 @@ RDEPENDS_${PN} += " \ | |||
69 | qtlocation-plugins \ | 72 | qtlocation-plugins \ |
70 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtlocation-qmlplugins', '', d)} \ | 73 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtlocation-qmlplugins', '', d)} \ |
71 | qttranslations-qtlocation \ | 74 | qttranslations-qtlocation \ |
75 | qtmqtt-dev \ | ||
76 | qtmqtt-mkspecs \ | ||
72 | qtmultimedia-dev \ | 77 | qtmultimedia-dev \ |
73 | qtmultimedia-mkspecs \ | 78 | qtmultimedia-mkspecs \ |
74 | qtmultimedia-plugins \ | 79 | qtmultimedia-plugins \ |