[neon/backports-jammy/mlt-jammy/Neon/unstable] debian: Update rules

Carlos De Maine null at kde.org
Wed Sep 6 23:48:53 BST 2023


Git commit 2161daca9e006c40e4b5fc1a5475cdde13358a1d by Carlos De Maine.
Committed on 07/09/2023 at 00:48.
Pushed by carlosdem into branch 'Neon/unstable'.

Update rules

M  +4    -3    debian/rules

https://invent.kde.org/neon/backports-jammy/mlt-jammy/-/commit/2161daca9e006c40e4b5fc1a5475cdde13358a1d

diff --git a/debian/rules b/debian/rules
index 677eff4..2b25750 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,10 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all buildinfo=+path
 
 DEB_CONFIGURE_EXTRA_FLAGS := \
-	-DMOD_GLAXNIMATE=OFF \
-	-DSWIG_PYTHON=ON \
-	-DMOD_OPENCV=ON
+	-DMOD_OPENCV=ON \
+    -DMOD_GLAXNIMATE=ON \
+    -DMOD_QT6=ON \
+    -DSWIG_PYTHON=ON
 
 %:
 	dh $@ --with python3 --buildsystem=cmake


More information about the Neon-commits mailing list