mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/qt5cinex: add missing select BR2_PACKAGE_QT5BASE_GUI
BR2_PACKAGE_QT5CINEX selects BR2_PACKAGE_QT5BASE_PNG, BR2_PACKAGE_QT5BASE_WIDGETS and BR2_PACKAGE_QT5BASE_EGLFS, which are all sub-options of BR2_PACKAGE_QT5BASE_GUI, but we don't explicitly selects BR2_PACKAGE_QT5BASE_GUI. It turns out that things work because the package selects BR2_PACKAGE_QT5GRAPHICALEFFECTS, which selects BR2_PACKAGE_QT5DECLARATIVE_QUICK, which selects BR2_PACKAGE_QT5BASE_GUI, but that is rather non-obvious, and it makes more sense for BR2_PACKAGE_QT5CINEX to directly select BR2_PACKAGE_QT5BASE_GUI if it also selects sub-options of it. No functional change. 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
90aeea08bb
commit
f077ba9e67
@@ -12,6 +12,7 @@ config BR2_PACKAGE_QT5CINEX
|
||||
# dependency.
|
||||
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
||||
select BR2_PACKAGE_QT5BASE_NETWORK
|
||||
select BR2_PACKAGE_QT5BASE_GUI
|
||||
select BR2_PACKAGE_QT5BASE_PNG
|
||||
select BR2_PACKAGE_QT5BASE_WIDGETS
|
||||
select BR2_PACKAGE_QT5BASE_EGLFS
|
||||
|
||||
Reference in New Issue
Block a user