From c9d863335eecaf4435fb3a645863b3bad1186650 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 9 May 2023 11:55:57 +0200 Subject: [PATCH] Disable various tests and examples in the flatpak manifest --- .flatpak-manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index acb407fd7..f075fccea 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -41,6 +41,7 @@ { "name": "olm", "buildsystem": "cmake-ninja", + "config-opts": [ "-DOLM_TESTS=OFF" ], "sources": [ { "type": "git", @@ -102,6 +103,7 @@ { "name": "libQuotient", "buildsystem": "cmake-ninja", + "config-opts": [ "-DBUILD_TESTING=OFF" ], "sources": [ { "type": "git", @@ -117,6 +119,7 @@ { "name": "cmark", "buildsystem": "cmake-ninja", + "config-opts": [ "-DCMARK_TESTS=OFF" ], "sources": [ { "type": "git", @@ -133,6 +136,7 @@ { "name": "qcoro", "buildsystem": "cmake-ninja", + "config-opts": [ "-DQCORO_BUILD_EXAMPLES=OFF", "-DBUILD_TESTING=OFF" ], "sources": [ { "type": "archive",