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:
34
recipes-support/maliit-framework-qt5.inc
Normal file
34
recipes-support/maliit-framework-qt5.inc
Normal 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 \
|
||||
"
|
||||
5
recipes-support/maliit-framework-qt5_0.99.2.bb
Normal file
5
recipes-support/maliit-framework-qt5_0.99.2.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${BPN}.inc
|
||||
SRCREV = "${PV}"
|
||||
Reference in New Issue
Block a user