summaryrefslogtreecommitdiffstats
path: root/rules/host-qt4.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-14 14:58:50 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-14 15:44:42 +0200
commitf81657980e13b8889d424ce1670283b8648ef6e5 (patch)
tree4272a68acdb4ab3f9b7ea9b66f26008c9ba86589 /rules/host-qt4.in
parent48a1488322842e4de4e43a1b309a96820597d4c8 (diff)
downloadptxdist-f81657980e13b8889d424ce1670283b8648ef6e5.tar.gz
ptxdist-f81657980e13b8889d424ce1670283b8648ef6e5.tar.xz
host-qt4: make qdbus stuff optional
the host qdbus tools are only needed when Qt is built with D-Bus support. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-qt4.in')
-rw-r--r--rules/host-qt4.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/host-qt4.in b/rules/host-qt4.in
index 13275852a..1be8b4df3 100644
--- a/rules/host-qt4.in
+++ b/rules/host-qt4.in
@@ -2,11 +2,14 @@
config HOST_QT4
tristate
- select HOST_DBUS
+ select HOST_DBUS if HOST_QT4_DBUS
default ALLYES
if HOST_QT4
+config HOST_QT4_DBUS
+ bool
+
config HOST_QT4_XMLPATTERNS
bool