commit c1a5ad257778cce6b8e36fd6990b3033f5b8177b
parent 01abe6693759a2826091366bf6254bd6e2997177
Author: aabacchus <ben@bvnf.space>
Date: Wed, 27 Oct 2021 14:13:21 +0100
profanity: enable omemo support
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/profanity/build b/profanity/build
@@ -3,6 +3,7 @@
./configure \
--prefix=/usr \
--enable-pgp \
+ --enable-omemo \
--disable-python-plugins
make DESTDIR="$1" install
diff --git a/profanity/depends b/profanity/depends
@@ -1,6 +1,7 @@
curl
glib
gpgme
+libsignal-protocol-c
libstrophe
ncurses
pkgconf make