CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]       2024/10/27 11:02:29

Modified files:
        devel/kf6/kconfig: Makefile 

Log message:
Fix missing dependency on x11/qt6/qtquick3d

aja detects that x11/kde-plasma/kactivitymanagerd cannot be built.

If we look at the CMake trace, we see that KF6Config depends on QML,
which is registered as a lib dependency in KF6Config.

But it looks like KF6Config OR x11/qt6/qtdeclarative depends on
x11/qt6/qtquick3d in the cmake files. This still needs to be
investigated in detail. This diff fixes the faulty trace, but can
probably also occur in other configurations

CMake Error at 
/usr/local/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginConfig.cmake:55
 (include):
include could not find requested file:

/usr/local/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake
Call Stack (most recent call first):
/usr/local/lib/cmake/Qt6/QtPublicPluginHelpers.cmake:518 (include)
/usr/local/lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake:75 
(__qt_internal_include_plugin_packages)
/usr/local/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:148 (include)
/usr/local/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/usr/local/lib/cmake/KF6Config/KF6ConfigConfig.cmake:43 (find_dependency)
/usr/local/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/usr/local/lib/cmake/KF6KIO/KF6KIOConfig.cmake:31 (find_dependency)
CMakeLists.txt:61 (find_package)

Reply via email to