[neon/kde/drkonqi/Neon/unstable] debian: add build flags
Carlos De Maine
null at kde.org
Wed Aug 30 00:53:00 BST 2023
Git commit 129b60efb1723df1b2a291133230c6f8d9b11eee by Carlos De Maine.
Committed on 30/08/2023 at 01:53.
Pushed by carlosdem into branch 'Neon/unstable'.
add build flags
M +3 -1 debian/rules
https://invent.kde.org/neon/kde/drkonqi/-/commit/129b60efb1723df1b2a291133230c6f8d9b11eee
diff --git a/debian/rules b/debian/rules
index dc06598..2724c17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,10 @@
# SPDX-License-Identifier: LGPL-2.0-or-later
# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+QT6_CMAKE_ARGS = -DWITH_PYTHON_VENDORING=OFF WITH_GDB12=TRUE
+
%:
dh $@ --with kf6 --buildsystem kf6
override_dh_autoconfigure:
- dh_auto_configure -- -DWITH_PYTHON_VENDORING=OFF
\ No newline at end of file
+ dh_auto_configure -- $(QT6_CMAKE_ARGS)
\ No newline at end of file
More information about the Neon-commits
mailing list