All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/qt5/q5doc: fix dependency
@ 2022-08-10 10:44 Fabrice Fontaine
  2022-08-15  9:35 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-08-10 10:44 UTC (permalink / raw)
  To: buildroot; +Cc: Peter Seiderer, Julien Corjon, Fabrice Fontaine

Commit fa917d0ca96baf4ef877a80e57d438bfbb8cdf2d forgot to add
BR2_PACKAGE_QT5_JSCORE_AVAILABLE dependency:

WARNING: unmet direct dependencies detected for BR2_PACKAGE_QT5DECLARATIVE
  Depends on [n]: BR2_PACKAGE_QT5 [=y] && BR2_PACKAGE_QT5_JSCORE_AVAILABLE [=n]
  Selected by [y]:
  - BR2_PACKAGE_QT5DOC [=y] && BR2_PACKAGE_QT5 [=y]

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/qt5/qt5doc/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/qt5/qt5doc/Config.in b/package/qt5/qt5doc/Config.in
index 1ab5f8d333..e9685a4d50 100644
--- a/package/qt5/qt5doc/Config.in
+++ b/package/qt5/qt5doc/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_QT5DOC
 	bool "qt5doc (includes quick demos)"
+	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
 	select BR2_PACKAGE_QT5BASE_EXAMPLES
 	select BR2_PACKAGE_QT5DECLARATIVE
 	select BR2_PACKAGE_QT5DECLARATIVE_QUICK
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-15  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-10 10:44 [Buildroot] [PATCH 1/1] package/qt5/q5doc: fix dependency Fabrice Fontaine
2022-08-15  9:35 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.