mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/pulseview: add missing 'select BR2_PACKAGE_QT5GUI'
BR2_PACKAGE_PULSEVIEW selects BR2_PACKAGE_QT5BASE_PNG and BR2_PACKAGE_QT5BASE_WIDGETS, which both depend on BR2_PACKAGE_QT5BASE_GUI. It ends working because we also select BR2_PACKAGE_QT5SVG, which selects BR2_PACKAGE_QT5BASE_GUI, so there is no bug, but it's bit inconsistent to select sub-options that have a "depends on" without selecting the option they depend on. This not a bug fix, it has no functional implication. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
43558e103b
commit
aff091c39d
@@ -17,6 +17,7 @@ config BR2_PACKAGE_PULSEVIEW
|
||||
select BR2_PACKAGE_LIBSIGROKCXX
|
||||
select BR2_PACKAGE_QT5
|
||||
select BR2_PACKAGE_QT5BASE
|
||||
select BR2_PACKAGE_QT5BASE_GUI
|
||||
select BR2_PACKAGE_QT5BASE_PNG
|
||||
select BR2_PACKAGE_QT5BASE_WIDGETS
|
||||
select BR2_PACKAGE_QT5SVG
|
||||
|
||||
Reference in New Issue
Block a user