diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-10-25 12:26:20 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-10-27 13:15:21 +0000 |
commit | 1abbc2925f8a43e52c6cb3071e1cdb9353c83071 (patch) | |
tree | e18e3d4af382fab05fab5cf1efd38acc86362373 /recipes-qt/qt5/qtwebengine/0001-Disable-angle-for-embedded-linux.patch | |
parent | ba0393de74254a211153b9219fff01ea230f4a6d (diff) | |
download | meta-boot2qt-1abbc2925f8a43e52c6cb3071e1cdb9353c83071.tar.gz |
qt5: update submodules and meta-qt5 layer
Change-Id: I4e67e6d0222f79c135b031f8110d565a3e4243b4
Reviewed-by: Risto Avila <risto.avila@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0001-Disable-angle-for-embedded-linux.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebengine/0001-Disable-angle-for-embedded-linux.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0001-Disable-angle-for-embedded-linux.patch b/recipes-qt/qt5/qtwebengine/0001-Disable-angle-for-embedded-linux.patch deleted file mode 100644 index 5ea44c0..0000000 --- a/recipes-qt/qt5/qtwebengine/0001-Disable-angle-for-embedded-linux.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | From 9081e0d5e9432fcb0f1526ecb3788c64d6c731cb Mon Sep 17 00:00:00 2001 | ||
2 | From: Samuli Piippo <samuli.piippo@qt.io> | ||
3 | Date: Tue, 27 Sep 2016 14:13:07 +0300 | ||
4 | Subject: [PATCH] Disable angle for embedded linux | ||
5 | |||
6 | Angle has now hard dependency to mesa (libdrm/gbm). | ||
7 | |||
8 | Change-Id: Ie1e2ef56692f5e311bb2011a15dba9de1bb8de2f | ||
9 | --- | ||
10 | src/core/config/embedded_linux.pri | 1 + | ||
11 | 1 file changed, 1 insertion(+) | ||
12 | |||
13 | diff --git a/src/core/config/embedded_linux.pri b/src/core/config/embedded_linux.pri | ||
14 | index 844877e..7a909f1 100644 | ||
15 | --- a/src/core/config/embedded_linux.pri | ||
16 | +++ b/src/core/config/embedded_linux.pri | ||
17 | @@ -39,5 +39,6 @@ GYP_CONFIG += \ | ||
18 | use_x11=0 \ | ||
19 | v8_use_snapshot=false \ | ||
20 | want_separate_host_toolset=1 \ | ||
21 | + angle_enable_gl=0 \ | ||
22 | |||
23 | WEBENGINE_CONFIG *= reduce_binary_size | ||
24 | -- | ||
25 | 1.9.1 | ||
26 | |||