[neon/neon-packaging/ruqola/Neon/unstable] debian: enable db support so that it will build

Carlos De Maine null at kde.org
Sat Feb 11 15:22:25 GMT 2023


Git commit 7c7082bdacab60e39052f36a23b574bcea048419 by Carlos De Maine.
Committed on 11/02/2023 at 15:22.
Pushed by carlosdem into branch 'Neon/unstable'.

enable db support so that it will build

M  +9    -0    debian/rules

https://invent.kde.org/neon/neon-packaging/ruqola/commit/7c7082bdacab60e39052f36a23b574bcea048419

diff --git a/debian/rules b/debian/rules
index eb4e0d7..8fdc178 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,12 @@
 export QT_SELECT=qt5
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+CMAKE_ARGS = -DEXPERIMENTAL_DATABASE_SUPPORT=1
+
+
+%:
+	dh $@ --with pkgkde_symbolshelper
+
+override_dh_auto_configure:
+	dh_auto_configure -- $(CMAKE_ARGS)


More information about the Neon-commits mailing list