* [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
* Re: [Buildroot] [PATCH 1/1] package/qt5/q5doc: fix dependency
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
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-15 9:35 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Peter Seiderer, Julien Corjon, buildroot
On Wed, 10 Aug 2022 12:44:50 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> 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(+)
Applied to master, thanks. Sadly, it's only after pushing that I
noticed the typo in the commit title (q5doc -> qt5doc). Oh well :-/
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox