* [Buildroot] [PATCH 2/2] package/qt6: add QT6_GL_AVAILABLE variable
@ 2022-08-25 7:53 Jesse Van Gavere
2022-08-25 8:34 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Jesse Van Gavere @ 2022-08-25 7:53 UTC (permalink / raw)
To: buildroot; +Cc: Jesse Van Gavere, Thomas Petazzoni
My apologies, I forgot to add this variable in the previous patch, it
is part of the qt6 extending as needed for GUI/OpenGL functionality
Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com>
---
package/qt6/Config.in | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/package/qt6/Config.in b/package/qt6/Config.in
index 4b2b9a1174..32f32eb162 100644
--- a/package/qt6/Config.in
+++ b/package/qt6/Config.in
@@ -12,6 +12,11 @@ config BR2_PACKAGE_QT6_ARCH_SUPPORTS
default y if BR2_sparc64
depends on BR2_USE_MMU
+config BR2_PACKAGE_QT6_GL_AVAILABLE
+ bool
+ default y
+ depends on BR2_PACKAGE_HAS_LIBGL || BR2_PACKAGE_HAS_LIBGLES
+
comment "qt6 needs a toolchain w/ C++, threads, wchar, dynamic library, gcc >= 8, host gcc >= 8"
depends on !BR2_PACKAGE_QT5
depends on BR2_PACKAGE_QT6_ARCH_SUPPORTS
--
2.34.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 2/2] package/qt6: add QT6_GL_AVAILABLE variable
2022-08-25 7:53 [Buildroot] [PATCH 2/2] package/qt6: add QT6_GL_AVAILABLE variable Jesse Van Gavere
@ 2022-08-25 8:34 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-25 8:34 UTC (permalink / raw)
To: Jesse Van Gavere; +Cc: buildroot
Hello Jesse,
On Thu, 25 Aug 2022 09:53:34 +0200
Jesse Van Gavere <jesseevg@gmail.com> wrote:
> My apologies, I forgot to add this variable in the previous patch, it
> is part of the qt6 extending as needed for GUI/OpenGL functionality
>
> Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com>
Thanks for this patch. However, if your previous patch (not yet merged)
has a mistake, do not send a fixup patch. Instead, send a new iteration
of your patch, with the fix included. You will have to set a proper
version for this new iteration, like [PATCH v2], by using "git
format-patch -v2", as well as adding a changelog. See
https://buildroot.org/downloads/manual/manual.html#submitting-patches
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
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-25 8:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-25 7:53 [Buildroot] [PATCH 2/2] package/qt6: add QT6_GL_AVAILABLE variable Jesse Van Gavere
2022-08-25 8:34 ` 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