Browse Source

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 years ago
parent
commit
a33f6dfd50
1 changed files with 1 additions and 0 deletions
  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
 	bool "Compile and install demos and examples (with code)"
+	select BR2_PACKAGE_QT_GUI_MODULE
 	help
 	  If unsure, say N.