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:
Thomas Petazzoni
2025-01-06 22:06:22 +01:00
committed by Julien Olivain
parent 0bfb561239
commit cbb2a917d2

View File

@@ -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: