Files
RedBear-OS/local/recipes
vasilito 0d633739a7 kde: ECMQmlModule6 — make Qt6::Qml optional (qtdeclarative not on Redox)
find_package(Qt6 COMPONENTS Core Qml CONFIG) marked Qml as a required component,
so any KDE package including ECMQmlModule failed its feature_summary even though
the module already returns gracefully when Qt6::Qml is absent. Use
OPTIONAL_COMPONENTS for Qml (Core stays required). qtdeclarative/QtQuick/QtQml
are not built for the Redox cross target; QML modules are simply skipped.
2026-08-01 15:31:57 +03:00
..