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 / qwt / Config.in
1 config BR2_PACKAGE_QWT
2         bool "qwt"
3         depends on BR2_PACKAGE_QT
4         depends on BR2_PACKAGE_QT_GUI_MODULE
5         help
6           Qwt is a graphics extension to the Qt GUI application
7           framework. It provides a 2D plotting widget and more.
8
9           http://qwt.sourceforge.net/
10
11 if BR2_PACKAGE_QWT
12
13 config BR2_PACKAGE_QWT_SVG
14         bool "SVG support"
15         select BR2_PACKAGE_QT_SVG
16
17 config BR2_PACKAGE_QWT_MATHML
18         bool "MathML support"
19
20 config BR2_PACKAGE_QWT_OPENGL
21         bool "OpenGL support"
22         depends on BR2_PACKAGE_HAS_LIBGLES
23         depends on BR2_PACKAGE_HAS_LIBEGL
24         select BR2_PACKAGE_QT_OPENGL_ES
25
26 endif
27
28 comment "qwt depends on QT gui module"
29         depends on BR2_PACKAGE_QT
30         depends on !BR2_PACKAGE_QT_GUI_MODULE