diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-03-25 22:12:32 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-03-25 22:13:54 +0100 |
commit | 808f98e3ebc0bce5f96052fa0557ff68d33659d5 (patch) | |
tree | 80d0ceb4771df3f217c01c5d9816c8197f8b1085 /package/qt | |
parent | 24c7a24797ca7cb230da09cc7f2789206bea7a60 (diff) | |
download | buildroot-novena-808f98e3ebc0bce5f96052fa0557ff68d33659d5.tar.gz buildroot-novena-808f98e3ebc0bce5f96052fa0557ff68d33659d5.zip |
qt: dbus module doesn't depend on gui support
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>
Diffstat (limited to 'package/qt')
-rw-r--r-- | package/qt/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index 3cc04f4ca..2eb05e4ec 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -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" |