[neon/backports-jammy/qxmpp-jammy/Neon/stable] debian: allow building with libomemo-c dependency
Carlos De Maine
null at kde.org
Wed Feb 15 03:10:41 GMT 2023
Git commit 52128421c4b25d56e9d386463351b3e16ab4c6e3 by Carlos De Maine.
Committed on 15/02/2023 at 03:10.
Pushed by carlosdem into branch 'Neon/stable'.
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/52128421c4b25d56e9d386463351b3e16ab4c6e3
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