Files
RedBear-OS/local
vasilito 4c52f5b562 qtwayland: add qtdeclarative dependency (provides Qt6Qml)
qtwayland CMakeLists find_package(Qt6Qml) for the QtWaylandCompositor QML
integration. Without qtdeclarative in dependencies, cookbook may cook qtwayland
concurrently with qtdeclarative and configure fails with "Could not find a
package configuration file provided by Qt6Qml". Declaring the dep serializes
the build: qtbase -> qtshadertools -> qtdeclarative -> qtwayland.
2026-07-24 22:05:39 +09:00
..