5eb43c83c1
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>
19 lines
704 B
Plaintext
19 lines
704 B
Plaintext
config BR2_PACKAGE_QT5QUICKCONTROLS
|
|
bool "qt5quickcontrols"
|
|
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
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
The Qt Quick Controls module provides a set of controls
|
|
that can be used to build complete interfaces in Qt Quick.
|
|
|
|
http://doc.qt.io/qt-5/qtquickcontrols-index.html
|
|
|
|
comment "qt5quickcontrols needs an OpenGL-capable backend"
|
|
depends on !BR2_PACKAGE_QT5_GL_AVAILABLE && !BR2_PACKAGE_QT5_VERSION_LATEST
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|