a42e1f8f2a8d36d639c00fcb3d32d478987d8067
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / qt5 / qt5graphicaleffects / Config.in
1 config BR2_PACKAGE_QT5GRAPHICALEFFECTS
2         bool "qt5graphicaleffects"
3         select BR2_PACKAGE_QT5DECLARATIVE
4         select BR2_PACKAGE_QT5DECLARATIVE_QUICK
5         depends on BR2_PACKAGE_QT5_GL_AVAILABLE
6         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
7         help
8           Qt is a cross-platform application and UI framework for
9           developers using C++.
10
11           This package corresponds to the qt5graphicaleffects module.
12
13           http://qt.io
14
15 comment "qt5graphicaleffects needs an OpenGL-capable backend"
16         depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
17         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE