Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/share/rsdk/build/mod/packages/kde.libjsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ else
[]
) +

(if suite == "bookworm"
(if suite == "bookworm" || suite == "noble"
then
// Install Debian 12 packages
// Install kwin-wayland for bookworm and noble
[
"plasma-workspace-wayland",
"qml-module-org-kde-pipewire",
Expand Down
Loading