4c52f5b562
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.