[neon/neon-packaging/ruqola/Neon/release] debian: -DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON

Carlos De Maine null at kde.org
Tue Dec 9 20:45:16 GMT 2025


Git commit 720b407c19eabcf3c2c45c7b0ea4c8b3a6cf50a0 by Carlos De Maine.
Committed on 09/12/2025 at 20:45.
Pushed by carlosdem into branch 'Neon/release'.

-DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON

M  +6    -2    debian/rules

https://invent.kde.org/neon/neon-packaging/ruqola/-/commit/720b407c19eabcf3c2c45c7b0ea4c8b3a6cf50a0

diff --git a/debian/rules b/debian/rules
index 5ad9f39..a86c5f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,11 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf6
+	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+	dh_auto_configure -- -DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON
 
 override_dh_auto_test:
-	 -


More information about the Neon-commits mailing list