summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5quickcontrols
diff options
context:
space:
mode:
authorJoshua Henderson <joshua.henderson@microchip.com>2017-11-02 17:01:24 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-01 23:12:01 +0100
commit5eb43c83c10aa9cd5cdf2302af0682b3d9978ecc (patch)
tree0721e153b7780bdaba6d205743c830b6c8c89683 /package/qt5/qt5quickcontrols
parent80d22997334b0ad76f488913e1159b922804c579 (diff)
downloadbuildroot-5eb43c83c10aa9cd5cdf2302af0682b3d9978ecc.tar.gz
buildroot-5eb43c83c10aa9cd5cdf2302af0682b3d9978ecc.zip
qt5: remove Qt Quick dependency on opengl
Qt Quick should no longer depend on opengl, and instead fallback to the limited functionality software renderer as a replacement [1] when not available. [1] http://blog.qt.io/blog/2016/08/15/the-qt-quick-graphics-stack-in-qt-5-8/ Cc: Peter Seiderer <ps.report@gmx.net> Cc: Julien Corjon <corjon.j@ecagroup.com> Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Tested-by: Peter Seiderer <ps.report@gmx.net> [Thomas: drop qt5declarative patch, since we have bumped to 5.9.3, which contains the patch.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5quickcontrols')
-rw-r--r--package/qt5/qt5quickcontrols/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qt5/qt5quickcontrols/Config.in b/package/qt5/qt5quickcontrols/Config.in
index 3cc5821b1e..59f6ca4114 100644
--- a/package/qt5/qt5quickcontrols/Config.in
+++ b/package/qt5/qt5quickcontrols/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_QT5QUICKCONTROLS
bool "qt5quickcontrols"
- depends on BR2_PACKAGE_QT5_GL_AVAILABLE
+ depends on BR2_PACKAGE_QT5_GL_AVAILABLE || BR2_PACKAGE_QT5_VERSION_LATEST
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
select BR2_PACKAGE_QT5DECLARATIVE
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
@@ -14,5 +14,5 @@ config BR2_PACKAGE_QT5QUICKCONTROLS
http://doc.qt.io/qt-5/qtquickcontrols-index.html
comment "qt5quickcontrols needs an OpenGL-capable backend"
- depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
+ depends on !BR2_PACKAGE_QT5_GL_AVAILABLE && !BR2_PACKAGE_QT5_VERSION_LATEST
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
OpenPOWER on IntegriCloud