diff options
author | fiaxh <git@lightrise.org> | 2021-01-28 14:02:12 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2021-01-28 14:02:24 +0100 |
commit | ad031ee33366aefc003ed3cac3a74079d963bfe9 (patch) | |
tree | 826f5590381038403326cc2be8c4b79ab4496c32 /plugins/omemo | |
parent | f12fc371a3bd00ac8c3183099d9d54528ef46bf0 (diff) | |
download | dino-ad031ee33366aefc003ed3cac3a74079d963bfe9.tar.gz dino-ad031ee33366aefc003ed3cac3a74079d963bfe9.zip |
Remove unnecessary Soup dependency from OMEMO plugin
fixes #983
Diffstat (limited to 'plugins/omemo')
-rw-r--r-- | plugins/omemo/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/omemo/CMakeLists.txt b/plugins/omemo/CMakeLists.txt index ca64b353..0f5a1521 100644 --- a/plugins/omemo/CMakeLists.txt +++ b/plugins/omemo/CMakeLists.txt @@ -9,7 +9,6 @@ find_packages(OMEMO_PACKAGES REQUIRED GModule GObject GTK3 - Soup Qrencode ) |