From: Maxime Ripard Date: Wed, 18 Apr 2012 11:29:23 +0000 (+0200) Subject: Fix qt samples dependency on QtGUI X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a33f6dfd50227d2224b987ba99eae57c6c92fc2f;p=buildroot.git Fix qt samples dependency on QtGUI Signed-off-by: Maxime Ripard Signed-off-by: Peter Korsgaard --- diff --git a/package/qt/Config.in b/package/qt/Config.in index 1ce63489ae..88855d2d60 100644 --- a/package/qt/Config.in +++ b/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.