浏览代码

Fix qt samples dependency on QtGUI

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Maxime Ripard 13 年之前
父节点
当前提交
a33f6dfd50
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/qt/Config.in

+ 1 - 0
package/qt/Config.in

@@ -19,6 +19,7 @@ config BR2_PACKAGE_QT_DEBUG
 
 
 config BR2_PACKAGE_QT_DEMOS
 config BR2_PACKAGE_QT_DEMOS
 	bool "Compile and install demos and examples (with code)"
 	bool "Compile and install demos and examples (with code)"
+	select BR2_PACKAGE_QT_GUI_MODULE
 	help
 	help
 	  If unsure, say N.
 	  If unsure, say N.