The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / qt5 / qt5declarative / Config.in
1 config BR2_PACKAGE_QT5DECLARATIVE
2         bool "qt5declarative"
3         select BR2_PACKAGE_QT5XMLPATTERNS
4         select BR2_PACKAGE_QT5BASE
5         select BR2_PACKAGE_QT5BASE_GUI
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 qt5declarative module.
12
13           http://qt.io
14
15 if BR2_PACKAGE_QT5DECLARATIVE
16
17 comment "quick module needs an OpenGL-capable backend"
18         depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
19
20 config BR2_PACKAGE_QT5DECLARATIVE_QUICK
21         bool "quick module"
22         select BR2_PACKAGE_QT5BASE_OPENGL
23         depends on BR2_PACKAGE_QT5_GL_AVAILABLE
24
25 endif