[neon/kde/breeze/Neon/unstable] debian: get the build flags right
Carlos De Maine
null at kde.org
Tue Aug 29 23:58:29 BST 2023
Git commit b6c7ecaae352981102c4edee6821a9de6b753923 by Carlos De Maine.
Committed on 30/08/2023 at 00:58.
Pushed by carlosdem into branch 'Neon/unstable'.
get the build flags right
M +1 -1 debian/rules
https://invent.kde.org/neon/kde/breeze/-/commit/b6c7ecaae352981102c4edee6821a9de6b753923
diff --git a/debian/rules b/debian/rules
index c94c1d5..37a5dfe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
QT6_CMAKE_ARGS = -DBUILD_QT5=OFF -DBUILD_QT6=ON
-QT5_CMAKE_ARGS = -DPHONON_BUILD_QT5=ON -DPHONON_BUILD_QT6=OFF
+QT5_CMAKE_ARGS = -DBUILD_QT5=ON -DBUILD_QT6=OFF
%:
dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list