[neon/kde/plasma-framework/Neon/unstable] debian: add -DBUILD_DESKTOPTHEMES=OFF build flag
Carlos De Maine
null at kde.org
Thu Dec 7 15:48:37 GMT 2023
Git commit b896a53dabcf6bf1b146ddfc8029150d864facc6 by Carlos De Maine.
Committed on 07/12/2023 at 16:48.
Pushed by carlosdem into branch 'Neon/unstable'.
add -DBUILD_DESKTOPTHEMES=OFF build flag
M +1 -1 debian/rules
https://invent.kde.org/neon/kde/plasma-framework/-/commit/b896a53dabcf6bf1b146ddfc8029150d864facc6
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