From 38065ea890737e4d8061d170106b1995632e7842 Mon Sep 17 00:00:00 2001 From: Hannah Kiekens Date: Sat, 21 Sep 2024 10:08:45 +0200 Subject: [PATCH] package/qt6/qt6base: remove -DFEATURE_concurrent=OFF from unconditional options Since commit a39e0b95e1d927599e212098d1db4d2fafb2a35c ("package/qt6/qt6base: add support for concurrent module"), we have an explicit option that enables/disables concurrent support, so it no longer makes sense to explicitly disable it unconditionally first. Signed-off-by: Hannah Kiekens Signed-off-by: Thomas Petazzoni (cherry picked from commit 2de79d7065bc27c94b654232b12acd0af582a0ad) Signed-off-by: Peter Korsgaard --- 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 471edfb4f9..3c5747db36 100644 --- a/package/qt6/qt6base/qt6base.mk +++ b/package/qt6/qt6base/qt6base.mk @@ -59,7 +59,6 @@ QT6BASE_INSTALL_STAGING = YES QT6BASE_CONF_OPTS = \ -DQT_HOST_PATH=$(HOST_DIR) \ - -DFEATURE_concurrent=OFF \ -DFEATURE_xml=OFF \ -DFEATURE_sql=OFF \ -DFEATURE_testlib=OFF \