qt: dbus module doesn't depend on gui support
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 25 Mar 2011 21:12:32 +0000 (22:12 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 25 Mar 2011 21:13:54 +0000 (22:13 +0100)
Seems I somehow got this wrong back in December (bff5248202).

At the same time fix a typo in the comment.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/qt/Config.in

index 3cc04f4cae437af4a5a4bf65ad97c5d862c818fc..2eb05e4ecba6bc2deadeff6aac32ed6beb2ed4e8 100644 (file)
@@ -285,8 +285,9 @@ 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)"
+comment "Qt Dbus module not available (needs dbus)"
        depends on !BR2_PACKAGE_DBUS
 
 config BR2_PACKAGE_QT_DBUS
@@ -294,7 +295,6 @@ 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"