diff options
Diffstat (limited to 'meta-app-framework')
-rw-r--r-- | meta-app-framework/recipes-core/web-runtime/web-runtime_0.1.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/web-runtime/web-runtime_0.1.bb b/meta-app-framework/recipes-core/web-runtime/web-runtime_0.1.bb index 90c72eccf..c58daea30 100644 --- a/meta-app-framework/recipes-core/web-runtime/web-runtime_0.1.bb +++ b/meta-app-framework/recipes-core/web-runtime/web-runtime_0.1.bb @@ -12,7 +12,12 @@ SRC_URI = "\ file://web-runtime-webkit.qml;md5sum=4daf9df39078634c27a7923d37e82e3d \ " -RDEPENDS_${PN} = "qtwebkit-qmlplugins" +RDEPENDS_${PN} = "\ + qtdeclarative-tools \ + qtwebkit-qmlplugins \ + qtwayland-qmlplugins \ + qtquickcontrols-qmlplugins \ +" PROVIDES += "virtual/webruntime" # add also RPROVIDES to satisfy the packagegroup |