mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-08-28 15:02:00 +02:00
23 lines
685 B
BlitzBasic
23 lines
685 B
BlitzBasic
SUMMARY = "Access to the windowing system"
|
|
HOMEPAGE = "https://api.kde.org/frameworks/kwindowsystem/html/index.html"
|
|
LICENSE = "MIT & LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM += "file://LICENSES/MIT.txt;md5=38aa75cf4c4c87f018227d5ec9638d75"
|
|
LIC_FILES_CHKSUM += "file://LICENSES/LGPL-2.1-only.txt;md5=fabba2a3bfeb22a6483d44e9ae824d3f"
|
|
|
|
SRC_URI = "git://invent.kde.org/frameworks/kconfig.git;protocol=https;nobranch=1"
|
|
SRCREV = "170647a6c150c4805857b49075a674519b09ffa4"
|
|
|
|
DEPENDS = " \
|
|
qtbase \
|
|
qtwayland \
|
|
qtwayland-native \
|
|
qttools-native \
|
|
extra-cmake-modules \
|
|
"
|
|
|
|
inherit qt6-cmake
|
|
|
|
FILES:${PN} += "${libdir}/qml ${datadir}/qlogging-categories6"
|
|
|
|
BBCLASSEXTEND = "native"
|