Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/qt6/qt6base: remove -DFEATURE_concurrent=OFF from hard coded list
@ 2024-09-21  8:08 Hannah Kiekens via buildroot
  2024-10-29 21:29 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Hannah Kiekens via buildroot @ 2024-09-21  8:08 UTC (permalink / raw)
  To: buildroot
  Cc: Hannah Kiekens, Jesse Van Gavere, Roy Kollen Svendsen,
	Thomas Petazzoni

It is set by BR2_PACKAGE_QT6BASE_CONCURRENT

Signed-off-by: Hannah Kiekens <hannah.kiekens@mind.be>
---
 package/qt6/qt6base/qt6base.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/qt6/qt6base/qt6base.mk b/package/qt6/qt6base/qt6base.mk
index 4c0392f92d..e3c8f8920a 100644
--- a/package/qt6/qt6base/qt6base.mk
+++ b/package/qt6/qt6base/qt6base.mk
@@ -46,7 +46,6 @@ QT6BASE_INSTALL_STAGING = YES
 QT6BASE_CONF_OPTS = \
 	-DQT_HOST_PATH=$(HOST_DIR) \
 	-DINSTALL_ARCHDATADIR=lib/qt6 \
-	-DFEATURE_concurrent=OFF \
 	-DFEATURE_xml=OFF \
 	-DFEATURE_sql=OFF \
 	-DFEATURE_testlib=OFF \
-- 
2.46.1

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

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

end of thread, other threads:[~2024-11-20 20:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-21  8:08 [Buildroot] [PATCH 1/1] package/qt6/qt6base: remove -DFEATURE_concurrent=OFF from hard coded list Hannah Kiekens via buildroot
2024-10-29 21:29 ` Thomas Petazzoni via buildroot
2024-11-20 20:39   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox