mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/qt6/qt6base: remove -DFEATURE_concurrent=OFF from unconditional options
Since commita39e0b95e1("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 <hannah.kiekens@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit2de79d7065) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
35069b0ab5
commit
9ffb14ced9
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user