Provide maliit-framework-qt5 version 0.99.2

Note that this is packaged differently from the version in meta-qt,
since maliit-framework switched the build system to CMake.
This commit is contained in:
Andreas Cord-Landwehr
2021-01-03 18:13:27 +01:00
parent 7883d52630
commit 13ad27be07
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=5c917f6ce94ceb8d8d5e16e2fca5b9ad"
SRC_URI = " \
git://github.com/maliit/framework.git;nobranch=1 \
"
S = "${WORKDIR}/git"
DEPENDS += " \
qtbase \
qtdeclarative \
qtmultimedia \
qtwayland \
qtwayland-native \
glibc \
glib-2.0-native \
wayland \
"
inherit cmake_qt5
EXTRA_OECMAKE += "-Denable-docs=OFF -Denable-tests=OFF"
FILES_${PN} += " \
${libdir}/qt5/plugins \
"
FILES_${PN}-dev += " \
${libdir}/qt5/mkspecs \
"

View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${BPN}.inc
SRCREV = "${PV}"