Re-enable accidentally disabled encryption

This commit is contained in:
Tobias Fella
2023-06-12 21:37:44 +02:00
parent 4092cd8b6a
commit 718060c757

View File

@@ -103,7 +103,6 @@
{ {
"name": "libQuotient", "name": "libQuotient",
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
"config-opts": [ "-DBUILD_TESTING=OFF" ],
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
@@ -113,7 +112,8 @@
} }
], ],
"config-opts": [ "config-opts": [
"-DQuotient_ENABLE_E2EE=ON" "-DQuotient_ENABLE_E2EE=ON",
"-DBUILD_TESTING=OFF"
] ]
}, },
{ {