summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2023-02-05 16:05:10 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-02-05 16:05:10 +0100
commit49848eaacceb987ed25bc26a7d9a3aaa1f388052 (patch)
tree0e3f15474d1732c2f785629774f093747c8d4472
parentfff4d148603c30c07c6b28d2d7e333f8a0670de0 (diff)
downloadptxdist-49848eaacceb987ed25bc26a7d9a3aaa1f388052.tar.gz
ptxdist-49848eaacceb987ed25bc26a7d9a3aaa1f388052.tar.xz
qt6: fix building on ARM64
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/qt6.make8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/qt6.make b/rules/qt6.make
index 0ba6b8b7c..4288713e3 100644
--- a/rules/qt6.make
+++ b/rules/qt6.make
@@ -834,6 +834,14 @@ endif
@+$(call world/prepare, QT6)
@$(call touch)
+# some macro magic fails with icecc remote cpp on ARM64
+ifdef PTXCONF_ARCH_ARM64
+ifdef PTXCONF_QT6_MODULE_QTWEBENGINE
+QT6_MAKE_ENV := \
+ ICECC_REMOTE_CPP=0
+endif
+endif
+
# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------