diff options
author | Peter Seiderer <ps.report@gmx.net> | 2017-11-28 23:37:44 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-01 23:02:22 +0100 |
commit | 914f55e2b13ea4b5bc2383fcf91f115f418634e2 (patch) | |
tree | 538c19e6378277cced2647411dfc370b408e292c /package/qt5/qt5declarative/5.9.2/0001-Fix-no-opengl-builds.patch | |
parent | b58059ad98984382934320235ce89faf0549062f (diff) | |
download | buildroot-914f55e2b13ea4b5bc2383fcf91f115f418634e2.tar.gz buildroot-914f55e2b13ea4b5bc2383fcf91f115f418634e2.zip |
qt5: bump latest version to 5.9.3
qt5connectivity:
- moved 0001-Example-heartrate-server-needs-only-core-and-bluetoo.patch
to 5.9.3
qt5declarative:
- removed 0001-Fix-no-opengl-builds.patch to 5.9.3 (upstream committed,
see [1])
qt5webengine:
- keep 0002-Load-libEGL-and-libGLES2-symbols-implicitly.patch
(upstream committed, see [2], but reverted afterwards, see [3])
[1] https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=fa52bb665d6beb77a951c14c8edcba3541850afc
[2] https://code.qt.io/cgit/qt/qtwebengine.git/commit/?id=d4c621f6a6b87f2a86069fa393b9f7c4f9e7b9ad
[3] https://code.qt.io/cgit/qt/qtwebengine.git/commit/?id=c11c2c8981e647c1eb2c6753ce77d436b92fff87
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5declarative/5.9.2/0001-Fix-no-opengl-builds.patch')
-rw-r--r-- | package/qt5/qt5declarative/5.9.2/0001-Fix-no-opengl-builds.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/package/qt5/qt5declarative/5.9.2/0001-Fix-no-opengl-builds.patch b/package/qt5/qt5declarative/5.9.2/0001-Fix-no-opengl-builds.patch deleted file mode 100644 index 8406ace9a3..0000000000 --- a/package/qt5/qt5declarative/5.9.2/0001-Fix-no-opengl-builds.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 66429b5f6986bde1f491699216f095c5e25023cf Mon Sep 17 00:00:00 2001 -From: Allan Sandfeld Jensen <allan.jensen@qt.io> -Date: Mon, 25 Sep 2017 16:53:24 +0200 -Subject: [PATCH] Fix no-opengl builds - -The qquickwidgets examples uses OpenGL directly - -Change-Id: I1cc8cfbcf249abc98473287a9d499032232828c7 -Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> - -Upstream: https://code.qt.io/cgit/qt/qtdeclarative.git/patch/?id=fa52bb665d6beb77a951c14c8edcba3541850afc -Signed-off-by: Peter Seiderer <ps.report@gmx.net> ---- - examples/quick/quick.pro | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/examples/quick/quick.pro b/examples/quick/quick.pro -index 445dfb0f..7da255e9 100644 ---- a/examples/quick/quick.pro -+++ b/examples/quick/quick.pro -@@ -36,7 +36,7 @@ qtConfig(opengl(es1|es2)?) { - # Widget dependent examples - qtHaveModule(widgets) { - SUBDIRS += embeddedinwidgets -- qtHaveModule(quickwidgets): SUBDIRS += quickwidgets -+ qtHaveModule(quickwidgets):qtConfig(opengl(es1|es2)?): SUBDIRS += quickwidgets - } - - EXAMPLE_FILES = \ --- -2.15.0 - |