[neon/kde/kio/Neon/unstable] debian: no longer runtime components build flag

Carlos De Maine null at kde.org
Thu Dec 7 23:29:54 GMT 2023


Git commit be95bce515d2e4833970f151dbfe03bea22e5ced by Carlos De Maine.
Committed on 08/12/2023 at 00:29.
Pushed by carlosdem into branch 'Neon/unstable'.

no longer runtime components build flag

M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/kio/-/commit/be95bce515d2e4833970f151dbfe03bea22e5ced

diff --git a/debian/rules b/debian/rules
index 7185c98..8832c1b 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_COMPONENTS=OFF -DKF6_COMPAT_BUILD=ON
+	dh_auto_configure -- -DBUILD_QCH=ON -DKF6_COMPAT_BUILD=ON
 
 override_dh_shlibdeps:
 	dh_shlibdeps $(patsubst %,-p%,$(filter lib%,$(shell dh_listpackages))) -- -xkio


More information about the Neon-commits mailing list