Commit d0181255 authored by Arnout Vandecappelle (Essensium/Mind)'s avatar Arnout Vandecappelle (Essensium/Mind) Committed by Peter Korsgaard
Browse files

qt: qt-dbus: replace dependency on dbus by select

parent 25728f9a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -280,12 +280,9 @@ config BR2_PACKAGE_QT_PHONON_BACKEND
	  If unsure, say n.
endif

comment "Qt Dbus module not available (needs dbus)"
	depends on !BR2_PACKAGE_DBUS

config BR2_PACKAGE_QT_DBUS
	bool "DBus Module"
	depends on BR2_PACKAGE_DBUS
	select BR2_PACKAGE_DBUS
	help
	  Build the Qt DBus module.