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",
"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"
]
},
{