[neon/backports-jammy/mlt-jammy/Neon/unstable] debian: add some build flags

Carlos De Maine null at kde.org
Fri Sep 8 00:19:02 BST 2023


Git commit d2791778d144208f40e61480b5ebd1f583583e9f by Carlos De Maine.
Committed on 08/09/2023 at 01:19.
Pushed by carlosdem into branch 'Neon/unstable'.

add some build flags

M  +5    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 2b25750..1d49eb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,13 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all buildinfo=+path
 
 DEB_CONFIGURE_EXTRA_FLAGS := \
-	-DMOD_OPENCV=ON \
+	-DBUILD_DOCS =ON \
     -DMOD_GLAXNIMATE=ON \
+	-DMOD_GLAXNIMATE_QT6=ON \
+	-DMOD_NDI=ON \
+	-DMOD_OPENCV=ON \
     -DMOD_QT6=ON \
+	-DSWIG_CSHARP=ON \
     -DSWIG_PYTHON=ON
 
 %:


More information about the Neon-commits mailing list