diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-04-18 17:30:05 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-03 16:05:49 +0000 |
commit | 51d42634f74683c6db7478c544723c41f3bd7de0 (patch) | |
tree | c8752bc29a1a14815b94584ccb79fd8eb1d5fa5d /recipes-graphics/web-runtime | |
parent | c090b00f5c466bb111fd99f4a3dacd635044d79f (diff) |
web-runtime: Fix libEGL issue on R-Car
Bug-AGL: SPEC-1346
Change-Id: I9a5f6f10b6da236aa77990c3e29fb398ce05beed
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'recipes-graphics/web-runtime')
-rwxr-xr-x | recipes-graphics/web-runtime/web-runtime/web-runtime | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/web-runtime/web-runtime/web-runtime b/recipes-graphics/web-runtime/web-runtime/web-runtime index ad7915553..39f3781bb 100755 --- a/recipes-graphics/web-runtime/web-runtime/web-runtime +++ b/recipes-graphics/web-runtime/web-runtime/web-runtime @@ -13,5 +13,6 @@ params = [ "/usr/bin/web-runtime.qml" ] EOC +export LD_PRELOAD=/usr/lib/libEGL.so /usr/bin/runxdg "$port" "$token" rm -rf $AFM_APP_INSTALL_DIR |