[neon/kde/plasma-framework/Neon/unstable] debian: -DBUILD_DESKTOPTHEMES=OFF

Carlos De Maine null at kde.org
Mon Aug 28 11:34:25 BST 2023


Git commit 2eb255a4b3dee2d237e57207a5bcf7140db5ddc4 by Carlos De Maine.
Committed on 28/08/2023 at 12:34.
Pushed by carlosdem into branch 'Neon/unstable'.

-DBUILD_DESKTOPTHEMES=OFF

M  +1    -1    debian/rules

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

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