From 51d42634f74683c6db7478c544723c41f3bd7de0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Wed, 18 Apr 2018 17:30:05 +0200 Subject: [PATCH] web-runtime: Fix libEGL issue on R-Car MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug-AGL: SPEC-1346 Change-Id: I9a5f6f10b6da236aa77990c3e29fb398ce05beed Signed-off-by: José Bollo --- recipes-graphics/web-runtime/web-runtime/web-runtime | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6