summaryrefslogtreecommitdiffstats
path: root/package/qt5
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2017-12-10 23:01:31 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-12 07:12:38 +0100
commit4b09fe60d9ca812b75f62b090853258fc5924ba9 (patch)
tree4fb2e57a7e578ad67cbb829e4e8c14a62bf02729 /package/qt5
parent65205c2425bccb7039ca0e2caffb7c64c26805f7 (diff)
downloadbuildroot-4b09fe60d9ca812b75f62b090853258fc5924ba9.tar.gz
buildroot-4b09fe60d9ca812b75f62b090853258fc5924ba9.zip
qt5charts: fix qt5base widgets/gui selection
Selection of BR2_PACKAGE_QT5BASE_WIDGETS needs BR2_PACKAGE_QT5BASE_GUI too. Fixes qt5base configure failure ([1]): ERROR: Feature 'widgets' was enabled, but the pre-condition 'features.gui' failed. [1] http://autobuild.buildroot.net/results/69c4385b2fd484d16f749b4cde6967f5cabea8b2 and buildroot warning: warning: (... && BR2_PACKAGE_QT5CHARTS && ...) selects BR2_PACKAGE_QT5BASE_WIDGETS which has unmet direct dependencies (BR2_PACKAGE_QT5 && BR2_PACKAGE_QT5BASE && BR2_PACKAGE_QT5BASE_GUI) Signed-off-by: Peter Seiderer <ps.report@gmx.net> Acked-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5')
-rw-r--r--package/qt5/qt5charts/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qt5/qt5charts/Config.in b/package/qt5/qt5charts/Config.in
index 993f4db4ce..0967f6a2df 100644
--- a/package/qt5/qt5charts/Config.in
+++ b/package/qt5/qt5charts/Config.in
@@ -4,6 +4,7 @@ comment "qt5charts needs at least qt-5.7"
config BR2_PACKAGE_QT5CHARTS
bool "qt5charts"
select BR2_PACKAGE_QT5BASE
+ select BR2_PACKAGE_QT5BASE_GUI
select BR2_PACKAGE_QT5BASE_WIDGETS
depends on BR2_PACKAGE_QT5_VERSION_LATEST
help
OpenPOWER on IntegriCloud