From: Peter Seiderer Date: Mon, 7 Mar 2016 22:12:29 +0000 (+0100) Subject: qt5tools: qtdiag needs BR2_PACKAGE_QT5BASE_GUI X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eddc0bc5a6e8de77173c1d1d1009982acd99c031;p=buildroot.git qt5tools: qtdiag needs BR2_PACKAGE_QT5BASE_GUI 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/qt5/qt5tools/Config.in b/package/qt5/qt5tools/Config.in index 9e939f2c4c..453913b8ad 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.