From f45014a50e1895cdaa3771b1245a87253ea929bf Mon Sep 17 00:00:00 2001 From: José Bollo Date: Mon, 21 Nov 2016 15:37:32 +0100 Subject: Improves places for QT_WAYLAND_SHELL_INTEGRATION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This define is currently needed by all applications launched by the framework. This commits allows that. Change-Id: Ia56268c1bca58f2da7c0152fa735751603d799bc Signed-off-by: José Bollo --- meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-app-framework/recipes-core/web-runtime') diff --git a/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime b/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime index 0b86044..ca712e1 100755 --- a/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime +++ b/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime @@ -1,3 +1,2 @@ #!/bin/sh -export QT_WAYLAND_SHELL_INTEGRATION="ivi-shell" exec /usr/bin/qt5/qmlscene "$1" /usr/bin/web-runtime-webkit.qml -- cgit 1.2.3-korg