mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/qt6/qt6quicktimeline: add missing select BR2_PACKAGE_QT6DECLARATIVE
qt6quicktimeline has qt6declative in its dependencies, but does not select BR2_PACKAGE_QT6DECLARATIVE. It does select BR2_PACKAGE_QT6DECLARATIVE_QUICK, but this option "depends on" BR2_PACKAGE_QT6DECLARATIVE, and does not select it. Fixes: WARNING: unmet direct dependencies detected for BR2_PACKAGE_QT6DECLARATIVE_QUICK Depends on [n]: BR2_PACKAGE_QT6 [=y] && BR2_PACKAGE_QT6DECLARATIVE [=n] Selected by [y]: - BR2_PACKAGE_QT6QUICKTIMELINE [=y] && BR2_PACKAGE_QT6 [=y] reported by kconfig. 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
0bfb561239
commit
cbb2a917d2
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_QT6QUICKTIMELINE
|
||||
bool "qt6quicktimeline"
|
||||
select BR2_PACKAGE_QT6DECLARATIVE
|
||||
select BR2_PACKAGE_QT6DECLARATIVE_QUICK
|
||||
help
|
||||
This package corresponds to the Qt Quick Timeline module:
|
||||
|
||||
Reference in New Issue
Block a user