diff options
Diffstat (limited to 'recipes-qt/packagegroups')
-rw-r--r-- | recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb index abc62d806..1fe2579fd 100644 --- a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb +++ b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb @@ -31,12 +31,15 @@ RDEPENDS_${PN} += "\ qtquick1-plugins \ qtquick1-tools \ qtwayland \ - qtwayland-examples \ qtwayland-plugins \ qtwayland-tools \ qtgraphicaleffects-qmlplugins \ qml-execscript-plugin \ " +RDEPENDS_${PN}_checkforkrogoth += "\ + qtwayland-examples \ + " + # qtwebkit # qtwebkit-qmlplugins |