diff --git a/recipes-plasma/kwayland.inc b/recipes-plasma/kwayland.inc new file mode 100644 index 0000000..3cd552b --- /dev/null +++ b/recipes-plasma/kwayland.inc @@ -0,0 +1,22 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# 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 diff --git a/recipes-plasma/kwayland_metainfo.inc b/recipes-plasma/kwayland_metainfo.inc new file mode 100644 index 0000000..83dcb1f --- /dev/null +++ b/recipes-plasma/kwayland_metainfo.inc @@ -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"