[neon/backports-jammy/qxmpp-jammy/Neon/release] debian: allow building with libomemo-c dependency
Carlos De Maine
null at kde.org
Wed Feb 15 03:08:10 GMT 2023
Git commit 3dc46a985e798891ccfcf2d7083ad24257043604 by Carlos De Maine.
Committed on 15/02/2023 at 03:08.
Pushed by carlosdem into branch 'Neon/release'.
allow building with libomemo-c dependency
(cherry picked from commit 4828248f0790bc9d6a71b715677704ee34c3c66c)
M +1 -0 debian/control
M +2 -1 debian/rules
https://invent.kde.org/neon/backports-jammy/qxmpp-jammy/commit/3dc46a985e798891ccfcf2d7083ad24257043604
diff --git a/debian/control b/debian/control
index b7966e4..fbb8070 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: cmake,
doxygen,
graphviz,
libgstreamer1.0-dev,
+ libomemo-c-dev,
qtbase5-dev
Standards-Version: 4.6.1
Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index 7e28245..5549c60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
CMAKEOPTS = -DBUILD_DOCUMENTATION=ON \
-DBUILD_EXAMPLES=ON \
-DBUILD_TESTS=OFF \
- -DWITH_GSTREAMER=ON
+ -DWITH_GSTREAMER=ON \
+ -DBUILD_OMEMO=ON
%:
dh $@
More information about the Neon-commits
mailing list