Files
meta-wayland/dynamic-layers/meta-qt6/recipes-qt/kde/extra-cmake-modules/extra-cmake-modules_6.17.0.bb
Markus Volk b07ebada7c hyprqt6engine: add recipe
add enough of kde base to fully support hyprqt6engine
2025-08-27 17:20:49 +02:00

23 lines
879 B
BlitzBasic

SUMMARY = "Extra CMake modules"
HOMEPAGE = "https://api.kde.org/frameworks/extra-cmake-modules/html/index.html"
LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT"
LIC_FILES_CHKSUM += "file://LICENSES/MIT.txt;md5=38aa75cf4c4c87f018227d5ec9638d75"
LIC_FILES_CHKSUM += "file://LICENSES/BSD-2-Clause.txt;md5=63d6ee386b8aaba70b1bf15a79ca50f2"
LIC_FILES_CHKSUM += "file://LICENSES/BSD-3-Clause.txt;md5=954f4d71a37096249f837652a7f586c0"
SRC_URI = "https://download.kde.org/stable/frameworks/6.17/extra-cmake-modules-${PV}.tar.xz"
SRC_URI[sha256sum] = "dfecb17d0238f4de1dd3485b92a6606137d4a9c67b9e4ce40407fe0f2aec0a40"
DEPENDS = "cmake-native qttools qtbase-native qttools-native"
inherit qt6-cmake
EXTRA_OECMAKE:append = "-DBUILD_TESTING=OFF"
FILES:${PN}-dev += " ${datadir}/ECM"
BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN}-dev:class-target += "python3-core python3-as-python"