浏览代码

qt: dbus module needs gui support as well

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 14 年之前
父节点
当前提交
bff5248202
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/qt/Config.in

+ 1 - 1
package/qt/Config.in

@@ -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"