[neon/qt6/qt6-quick3dphysics/Neon/unstable] debian: not cross-compiling you berk

Carlos De Maine null at kde.org
Mon Oct 30 12:07:08 GMT 2023


Git commit fbd4cc66af31e0f3b2d475a0d837442405b49014 by Carlos De Maine.
Committed on 30/10/2023 at 13:07.
Pushed by carlosdem into branch 'Neon/unstable'.

not cross-compiling you berk

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-quick3dphysics/-/commit/fbd4cc66af31e0f3b2d475a0d837442405b49014

diff --git a/debian/rules b/debian/rules
index 2e12022..0496e0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,6 @@ ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
 		-DQT_HOST_PATH=/usr \
 		-DQT_HOST_PATH_CMAKE_DIR=/usr/lib/$(DEB_BUILD_MULTIARCH)/cmake \
 		-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=ON
-		-DQT_UNITY_BUILD=OFF
 endif
 
 %:
@@ -27,6 +26,7 @@ override_dh_auto_configure:
 		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
+		-DQT_UNITY_BUILD=OFF \
 		$(extra_cmake_args)
 
 override_dh_auto_build-indep:


More information about the Neon-commits mailing list