summaryrefslogtreecommitdiffstats
path: root/rules/qwt.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-03 16:06:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-04 00:01:56 +0200
commit2e3dc3f26fccd427061531ab36f03343c54dc06c (patch)
tree1a6c27de44ea46f1af78f4700ecb7a5ae2d7b89e /rules/qwt.in
parent6d66311b740deefd629ead7a8264c0983331b3b8 (diff)
downloadptxdist-2e3dc3f26fccd427061531ab36f03343c54dc06c.tar.gz
ptxdist-2e3dc3f26fccd427061531ab36f03343c54dc06c.tar.xz
qwt: version bump 6.0.0 -> 6.0.1
and add option for SVG Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/qwt.in')
-rw-r--r--rules/qwt.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/rules/qwt.in b/rules/qwt.in
index 9384ba8a3..eee339d07 100644
--- a/rules/qwt.in
+++ b/rules/qwt.in
@@ -1,13 +1,23 @@
## SECTION=qt
-config QWT
+menuconfig QWT
tristate
- prompt "qwt"
+ prompt "qwt "
select QT4
select QT4_BUILD_GUI
+ select QT4_BUILD_SVG if QWT_SVG
help
The Qwt library contains GUI Components and utility classes
which are primarily useful for programs with a technical
background. Beside a 2D plot widget it provides scales, sliders,
dials, compasses, thermometers, wheels and knobs to control or
display values, arrays, or ranges of type double.
+
+if QWT
+
+config QWT_SVG
+ bool
+ prompt "SVG support"
+
+endif
+