From: Peter Korsgaard Date: Mon, 27 Dec 2010 23:07:53 +0000 (+0100) Subject: qt: dbus module needs gui support as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bff52482023a055aab28602ac630d229303c9013;p=buildroot.git qt: dbus module needs gui support as well Signed-off-by: Peter Korsgaard --- diff --git a/package/qt/Config.in b/package/qt/Config.in index faebfa0548..e5fe325ce1 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"