summaryrefslogtreecommitdiff
path: root/package/qt
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-12-28 00:07:53 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-28 00:07:53 +0100
commitbff52482023a055aab28602ac630d229303c9013 (patch)
tree2581b08c151a10d01a103713b66e5d55bfb1e6ca /package/qt
parentcc5d00215ae5c2fb04869ea8d44d4f1694fafcb7 (diff)
qt: dbus module needs gui support as well
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in
index faebfa054..e5fe325ce 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -284,7 +284,6 @@ config BR2_PACKAGE_QT_PHONON_BACKEND
help
Build the platform Phonon plugin.
If unsure, say n.
-endif
comment "Qt DBbus module not available (need dbus)"
depends on !BR2_PACKAGE_DBUS
@@ -294,6 +293,7 @@ config BR2_PACKAGE_QT_DBUS
depends on BR2_PACKAGE_DBUS
help
Build the Qt DBus module.
+endif
config BR2_PACKAGE_QT_XML
bool "XML Module"