Commit 808f98e3 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

qt: dbus module doesn't depend on gui support



Seems I somehow got this wrong back in December (bff52482).

At the same time fix a typo in the comment.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 24c7a247
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"