diff options
| -rw-r--r-- | .flatpak-manifest.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 5b523d79f..699467150 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -294,6 +294,9 @@ { "name": "konsole", "buildsystem": "cmake-ninja", + "config-opts": [ + "-DWITH_LIBSSH=OFF" + ], "sources": [ { "type": "git", |
