[packages/qt6] disable qtquick3dphysics on x32

atler atler at pld-linux.org
Fri Nov 4 23:44:02 CET 2022


commit 868301dca50ac539df539b3675482c663d405b17
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Nov 4 18:28:49 2022 +0100

    disable qtquick3dphysics on x32
    
    physx does not seem to be compatible

 qt6.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/qt6.spec b/qt6.spec
index 667a31f..6f498b6 100644
--- a/qt6.spec
+++ b/qt6.spec
@@ -91,6 +91,9 @@
 %ifnarch %{x86_with_sse2} %{arm_with_neon}
 %undefine	with_qtquick3dphysics
 %endif
+%ifarch x32
+%undefine	with_qtquick3dphysics
+%endif
 %define		specflags	%{!?with_simd:-DDISABLE_SIMD -DPFFFT_SIMD_DISABLE}
 
 %define		icu_abi		71
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt6.git/commitdiff/a57559ebf568dfe5f0e447381fd53a5894a5c34e



More information about the pld-cvs-commit mailing list