[neon/extras/qcoro/Neon/release] debian: disable qtwebsockets support for now
Pino Toscano
null at kde.org
Mon Jul 25 15:06:18 BST 2022
Git commit 4e8b1cd2ffd09194ffc4dbb1b364bf5fd06f162f by Pino Toscano.
Committed on 10/07/2022 at 08:44.
Pushed by jriddell into branch 'Neon/release'.
disable qtwebsockets support for now
M +3 -0 debian/changelog
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/qcoro/commit/4e8b1cd2ffd09194ffc4dbb1b364bf5fd06f162f
diff --git a/debian/changelog b/debian/changelog
index edc8bac..7a6c576 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ qcoro (0.6.0-0r1) UNRELEASED; urgency=medium
* New upstream release.
* Update the build dependencies according to the upstream build system:
- lower cmake to 3.18.4
+ * Disable the QtWebSockets supports for now, as it requires adding new binary
+ packages
+ - pass -DQCORO_WITH_QTWEBSOCKETS=OFF to cmake
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sun, 10 Jul 2022 10:35:35 +0200
diff --git a/debian/rules b/debian/rules
index 3348419..85dd4dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=OFF
+CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=OFF -DQCORO_WITH_QTWEBSOCKETS=OFF
%:
dh $@ --with pkgkde_symbolshelper
More information about the Neon-commits
mailing list