From 718060c7574fa22a23727db2d0b4b0b4d1252e73 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 12 Jun 2023 21:37:44 +0200 Subject: [PATCH] Re-enable accidentally disabled encryption --- .flatpak-manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index f075fccea..e88972132 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -103,7 +103,6 @@ { "name": "libQuotient", "buildsystem": "cmake-ninja", - "config-opts": [ "-DBUILD_TESTING=OFF" ], "sources": [ { "type": "git", @@ -113,7 +112,8 @@ } ], "config-opts": [ - "-DQuotient_ENABLE_E2EE=ON" + "-DQuotient_ENABLE_E2EE=ON", + "-DBUILD_TESTING=OFF" ] }, {