[neon/kf6/kf6-syntax-highlighting/Neon/unstable] debian: -D needed for cmake build flags

Carlos De Maine null at kde.org
Fri Nov 17 09:37:46 GMT 2023


Git commit 094acf472a47a14106e8dbd7b325ecb4afe2b2a9 by Carlos De Maine.
Committed on 17/11/2023 at 10:37.
Pushed by carlosdem into branch 'Neon/unstable'.

-D needed for cmake build flags

M  +1    -1    debian/rules

https://invent.kde.org/neon/kf6/kf6-syntax-highlighting/-/commit/094acf472a47a14106e8dbd7b325ecb4afe2b2a9

diff --git a/debian/rules b/debian/rules
index a139747..6ae5ae9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,5 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_QCH=ON FEATURE_NO_STANDARD_PATHS=OFF
+	dh_auto_configure -- -DBUILD_QCH=ON -DFEATURE_NO_STANDARD_PATHS=OFF
 


More information about the Neon-commits mailing list