[packages/qt6] explicitly enable/disable qml jit
atler
atler at pld-linux.org
Sun Jun 2 18:07:29 CEST 2024
commit d4ee56486ba8a132eaea6c7621a275fd3b743317
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jun 2 17:38:16 2024 +0200
explicitly enable/disable qml jit
qt6.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/qt6.spec b/qt6.spec
index 514eccf..df5b645 100644
--- a/qt6.spec
+++ b/qt6.spec
@@ -105,6 +105,10 @@
%endif
%endif
+%ifarch %{x8664} aarch64 armv7hl armv7hnl pentium4
+%define with_qml_jit 1
+%endif
+
Summary: Qt6 Library
Summary(pl.UTF-8): Biblioteka Qt6
Name: qt6
@@ -3833,7 +3837,8 @@ cd build
%{cmake_on_off statx QT_FEATURE_statx} \
%{cmake_on_off kms QT_FEATURE_kms} \
%{cmake_on_off libinput QT_FEATURE_libinput} \
- %{cmake_on_off tslib QT_FEATURE_tslib}
+ %{cmake_on_off tslib QT_FEATURE_tslib} \
+ %{cmake_on_off qml_jit QT_FEATURE_qml_jit}
# Make sure arg-less sub-invocations will follow our parallel build setting
export CMAKE_BUILD_PARALLEL_LEVEL="%__jobs"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qt6.git/commitdiff/d4ee56486ba8a132eaea6c7621a275fd3b743317
More information about the pld-cvs-commit
mailing list