[network/krfb] /: CI: Flatpak: Add KWayland as it was dropped from the 6.11 runtime
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 26adc881618fa22f6eaf0896cc0e06a1028efc51 by Justin Zobel.
Committed on 17/07/2026 at 12:18.
Pushed by tfella into branch 'master'.
CI: Flatpak: Add KWayland as it was dropped from the 6.11 runtime
M +14 -0 .flatpak-manifest.json
https://invent.kde.org/network/krfb/-/commit/26adc881618fa22f6eaf0896cc0e06a1028efc51
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index ea25f690..589d5c18 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -82,6 +82,20 @@
}
]
},
+ {
+ "name": "kwayland",
+ "buildsystem": "cmake-ninja",
+ "config-opts": [
+ "-DBUILD_TESTING=OFF"
+ ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://invent.kde.org/plasma/kwayland.git",
+ "branch": "master"
+ }
+ ]
+ },
{
"name": "krfb",
"buildsystem": "cmake-ninja",