[neon/kf6/kf6-breeze-icons/Neon/release_jammy] debian: add explicit flag to build icon library only needed in 6.2 release for some reason
Jonathan Riddell
null at kde.org
Thu May 16 16:33:17 BST 2024
Git commit 73470d6bab6b8f0aafd320171f0f46904ddc7138 by Jonathan Riddell.
Committed on 16/05/2024 at 15:33.
Pushed by jriddell into branch 'Neon/release_jammy'.
add explicit flag to build icon library only needed in 6.2 release for some reason
M +3 -0 debian/rules
https://invent.kde.org/neon/kf6/kf6-breeze-icons/-/commit/73470d6bab6b8f0aafd320171f0f46904ddc7138
diff --git a/debian/rules b/debian/rules
index ea1c280..9ca2166 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,9 @@ export DH_VERBOSE = 1
%:
dh $@ --with kf6 --buildsystem kf6 --no-parallel
+override_dh_auto_configure:
+ dh_auto_configure -- -DICONS_LIBRARY=ON
+
override_dh_auto_install:
dh_auto_install --destdir=debian/tmp/
More information about the Neon-commits
mailing list