┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Englbrecht <[email protected]>2026-06-20 12:13:42 +0200
committerMéven Car <[email protected]>2026-06-21 09:41:03 +0000
commit6080bb653294215b91154fd5bac63ab97f751acf (patch)
treeb82bb94967476d537e3db73269f1826720faa513
parent6e3d8f2157e54b387905b2ff5d45749f2008cc81 (diff)
flatpak: disable libssh in konsole module
konsole commit 55ee7c6b added optional libssh support and already disabled it in konsole's own flatpak manifest, but the dolphin flatpak manifest was not updated accordingly, breaking the flatpak build.
-rw-r--r--.flatpak-manifest.json3
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",