kwayland: import recipe from meta-kf6

This commit is contained in:
Andreas Cord-Landwehr
2023-11-15 18:16:54 +01:00
parent 2f357c778f
commit 0a67059383
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
LICENSE = "MIT & MIT-CMU & BSD-3-Clause & (LGPL-2.1-only | LGPL-3.0-only | LicenseRef-KDE-Accepted-LGPL)"
PR = "r0"
DEPENDS = " \
plasma-wayland-protocols \
qtbase \
qtwayland \
qtwayland-native \
wayland-native \
wayland \
wayland-protocols \
virtual/egl \
"
require kwayland_metainfo.inc
inherit kf6-cmake
inherit reuse_license_checksums

View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
SUMMARY = "Qt-style API to interact with the wayland-client and wayland-server API"
HOMEPAGE = "https://api.kde.org/frameworks/kwayland/html/index.html"