56dc09afdb
qt5declarative: - remove unneded dependency on qt5mlpatterns qt5xmlpatterns: - add optional dependency on qt5declarative Reported-by: Nimai Mahajan <nimaim@gmail.com> Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
23 lines
617 B
Plaintext
23 lines
617 B
Plaintext
config BR2_PACKAGE_QT5DECLARATIVE
|
|
bool "qt5declarative"
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
|
select BR2_PACKAGE_QT5BASE
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
Qt Declarative module provides the Qt QML and Qt Quick
|
|
modules for developing UIs with the QML language
|
|
|
|
http://doc.qt.io/qt-5/qtqml-index.html
|
|
http://doc.qt.io/qt-5/qtquick-index.html
|
|
|
|
if BR2_PACKAGE_QT5DECLARATIVE
|
|
|
|
config BR2_PACKAGE_QT5DECLARATIVE_QUICK
|
|
bool "quick module"
|
|
select BR2_PACKAGE_QT5BASE_OPENGL if BR2_PACKAGE_QT5_GL_AVAILABLE
|
|
|
|
endif
|