diff mbox

[v1] qt5tools: qtdiag needs BR2_PACKAGE_QT5BASE_GUI

Message ID 1457388749-11578-1-git-send-email-ps.report@gmx.net
State Accepted
Headers show

Commit Message

Peter Seiderer March 7, 2016, 10:12 p.m. UTC
Fixes [1]:

  /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-3/output/build/qt5tools-5.5.1/src/qtdiag
  make[2]: *** No targets specified and no makefile found.  Stop.

[1] http://autobuild.buildroot.net/results/4ee/4eee2a7cee8fce63b0419668da8bd55b3cfd00af

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/qt5/qt5tools/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni March 8, 2016, 8:16 p.m. UTC | #1
Dear Peter Seiderer,

On Mon,  7 Mar 2016 23:12:29 +0100, Peter Seiderer wrote:
> Fixes [1]:
> 
>   /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-3/output/build/qt5tools-5.5.1/src/qtdiag
>   make[2]: *** No targets specified and no makefile found.  Stop.
> 
> [1] http://autobuild.buildroot.net/results/4ee/4eee2a7cee8fce63b0419668da8bd55b3cfd00af
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/qt5/qt5tools/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/package/qt5/qt5tools/Config.in b/package/qt5/qt5tools/Config.in
index 9e939f2..453913b 100644
--- a/package/qt5/qt5tools/Config.in
+++ b/package/qt5/qt5tools/Config.in
@@ -26,6 +26,7 @@  config BR2_PACKAGE_QT5TOOLS_PIXELTOOL
 
 config BR2_PACKAGE_QT5TOOLS_QTDIAG
 	bool "qtdiag"
+	select BR2_PACKAGE_QT5BASE_GUI
 	help
 	  Compile and install the qtdiag program.