qt: dbus module needs gui support as well
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 27 Dec 2010 23:07:53 +0000 (00:07 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 27 Dec 2010 23:07:53 +0000 (00:07 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/qt/Config.in

index faebfa0548134e0deffbafef29df464a6745b7ad..e5fe325ce1b17868966a5db8b92f1dfcf37313c5 100644 (file)
@@ -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"