[neon/kde/plasma-framework/Neon/stable] debian: add -DBUILD_DESKTOPTHEMES=OFF build flag

Carlos De Maine null at kde.org
Thu Jan 11 03:03:17 GMT 2024


Git commit ad6318ca90590d89d0c0e6fe96bb87855efdb883 by Carlos De Maine.
Committed on 11/01/2024 at 04:03.
Pushed by carlosdem into branch 'Neon/stable'.

add -DBUILD_DESKTOPTHEMES=OFF build flag

(cherry picked from commit b896a53dabcf6bf1b146ddfc8029150d864facc6)

M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/plasma-framework/-/commit/ad6318ca90590d89d0c0e6fe96bb87855efdb883

diff --git a/debian/rules b/debian/rules
index b461a5f..40e140b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_TESTING=OFF
+	dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_TESTING=OFF -DBUILD_DESKTOPTHEMES=OFF
 
 override_dh_auto_test:
 	# Disable dh_auto_test at build time


More information about the Neon-commits mailing list