summaryrefslogtreecommitdiffstats
path: root/rules/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/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/qt4.in')
-rw-r--r--rules/qt4.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/qt4.in b/rules/qt4.in
index 6c23697a7..95dd49220 100644
--- a/rules/qt4.in
+++ b/rules/qt4.in
@@ -10,7 +10,8 @@ menuconfig QT4
select GCCLIBS_GCC_S
select HOST_QT4
select TSLIB if QT4_MOUSE_TSLIB
- select DBUS if QT4_DBUS_LOAD || QT4_DBUS_LINK
+ select DBUS if QT4_DBUS
+ select HOST_QT4_DBUS if QT4_DBUS
select GLIB if QT4_GLIB
select ZLIB if QT4_ZLIB_SYSTEM
select FREETYPE if QT4_FREETYPE_SYSTEM