[neon/kde/kglobalaccel/Neon/unstable] debian: -DKF6_COMPAT_BUILD=ON is the new build flag

Carlos De Maine null at kde.org
Fri Dec 8 00:15:58 GMT 2023


Git commit 1205a2d2f962f1fd78e800a51ede2c35312ec601 by Carlos De Maine.
Committed on 08/12/2023 at 01:15.
Pushed by carlosdem into branch 'Neon/unstable'.

-DKF6_COMPAT_BUILD=ON is the new build flag

M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/kglobalaccel/-/commit/1205a2d2f962f1fd78e800a51ede2c35312ec601

diff --git a/debian/rules b/debian/rules
index 62f58ba..b357e91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_RUNTIME=OFF
+	dh_auto_configure -- -DBUILD_QCH=ON -DKF6_COMPAT_BUILD=ON
 
 override_dh_strip:
 	dh_strip --dbgsym-migration='libkf5globalaccel5-dbg (<= 5.19.0-1~~)'


More information about the Neon-commits mailing list