Commit bff52482 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

qt: dbus module needs gui support as well

parent cc5d0021
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"