summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-12-02 19:06:25 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-12-03 10:34:14 +0100
commite2f7ba52a48af3057839baa2a6d9b8573b686a75 (patch)
treec5dc503b6cea1b50af3b87f283ac081805378012
parent7e6269ae3f4ad8b024d8c732d40110583ef755ae (diff)
downloadptxdist-e2f7ba52a48af3057839baa2a6d9b8573b686a75.tar.gz
ptxdist-e2f7ba52a48af3057839baa2a6d9b8573b686a75.tar.xz
[host-qt4] change bool -> tristate
If a package is bool and it is selected by a "m" module package it turns to "y". This means when using collections even if qt4 not active ("m" and not selected by the collection) host-qt4 is turned to "y" and thus compiled. So this patch turns the bool into tristate. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/host-qt4.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-qt4.in b/rules/host-qt4.in
index 88a970f03..4d73838ea 100644
--- a/rules/host-qt4.in
+++ b/rules/host-qt4.in
@@ -1,6 +1,6 @@
## SECTION=hosttools_noprompt
config HOST_QT4
- bool
+ tristate
select HOST_DBUS