feat: compositor enhancements + kirigami cmake + knewstuff fixes

Wave A/B background task output:
- redbear-compositor: enhanced protocol handling, integration tests
- kirigami: updated CMakeLists
- knewstuff: recipe refinements
This commit is contained in:
2026-04-29 14:53:09 +01:00
parent edb68153e3
commit 68e4531a45
5 changed files with 876 additions and 286 deletions
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
# Build only C++ core, no QML modules
add_library(Kirigami STATIC)
# Build only the non-QML C++ core for now.
add_library(Kirigami)
add_library(KF6::Kirigami ALIAS Kirigami)
# Core C++ sources that don't require QML/QtQuick