diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-03-14 22:30:47 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-01 11:07:58 +0000 |
commit | 1455ac09ce2334853b9a9b8c5305016f15b1d379 (patch) | |
tree | 7338199ffdc6f4346676fba6a3ce4dc4a8783acf /recipes-graphics/web-runtime/web-runtime_0.1.bb | |
parent | 60512754869a1e7ff162b6b3767b98f88845215a (diff) |
web-runtime: Use runxdg for running QtWebEngine
Bug-AGL: SPEC-1346
Change-Id: I4783d06b008864a4703afe7364c5bec413590fc0
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'recipes-graphics/web-runtime/web-runtime_0.1.bb')
-rw-r--r-- | recipes-graphics/web-runtime/web-runtime_0.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/web-runtime/web-runtime_0.1.bb b/recipes-graphics/web-runtime/web-runtime_0.1.bb index bdfcbecb0..ea5acbbf7 100644 --- a/recipes-graphics/web-runtime/web-runtime_0.1.bb +++ b/recipes-graphics/web-runtime/web-runtime_0.1.bb @@ -16,6 +16,9 @@ RDEPENDS_${PN} = "\ qtdeclarative-tools \ qtwayland-qmlplugins \ qtquickcontrols-qmlplugins \ + qtwebengine \ + runxdg \ + bash \ " PROVIDES += "virtual/webruntime" |