xref: /OK3568_Linux_fs/buildroot/package/qt5/qt5graphicaleffects/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5GRAPHICALEFFECTS
2*4882a593Smuzhiyun	bool "qt5graphicaleffects"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_QT5_GL_AVAILABLE
4*4882a593Smuzhiyun	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
5*4882a593Smuzhiyun	select BR2_PACKAGE_QT5DECLARATIVE
6*4882a593Smuzhiyun	select BR2_PACKAGE_QT5DECLARATIVE_QUICK
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  Qt is a cross-platform application and UI framework for
9*4882a593Smuzhiyun	  developers using C++.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  The Qt Graphical Effects module provides a set of QML types
12*4882a593Smuzhiyun	  for adding visually impressive and configurable effects to
13*4882a593Smuzhiyun	  user interfaces.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://doc.qt.io/qt-5/qtgraphicaleffects-index.html
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "qt5graphicaleffects needs an OpenGL-capable backend"
18*4882a593Smuzhiyun	depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
19*4882a593Smuzhiyun	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
20