[neon/backports-noble/freerdp3-noble/Neon/unstable] debian: we want all the options

Carlos De Maine null at kde.org
Thu Jul 31 02:54:59 BST 2025


Git commit 01037209e111da26e7cefda96504a330853ae42a by Carlos De Maine.
Committed on 31/07/2025 at 01:54.
Pushed by carlosdem into branch 'Neon/unstable'.

we want all the options

M  +5    -5    debian/rules

https://invent.kde.org/neon/backports-noble/freerdp3-noble/-/commit/01037209e111da26e7cefda96504a330853ae42a

diff --git a/debian/rules b/debian/rules
index 7527ec315..1173d280f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,13 +92,13 @@ endif
 # or uriparser in main
 ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes)
     DEB_CMAKE_EXTRA_FLAGS += \
-        -DWITH_JSON_DISABLED=ON \
+        -DWITH_JSON_DISABLED=OFF \
         -DWITH_FFMPEG=ON \
-        -DWITH_GSM=OFF \
+        -DWITH_GSM=On \
         -DWITH_CAIRO=ON \
-        -DWITH_PKCS11=OFF \
-        -DWITH_SWSCALE=OFF \
-        -DWITH_URIPARSER=OFF \
+        -DWITH_PKCS11=ON \
+        -DWITH_SWSCALE=ON \
+        -DWITH_URIPARSER=ON \
         $(empty)
 else
     DEB_CMAKE_EXTRA_FLAGS += \


More information about the Neon-commits mailing list