slime-engine: initial add

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-03-02 15:16:15 +01:00
parent c6e2f98117
commit 3540acf3c8

View File

@@ -0,0 +1,22 @@
SUMMARY = "A QML webview wrapper to support both QtWebEngine and Oxide"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = " \
file://LICENSE;md5=959bffe2993816eb32ec4bc1ec1d5875 \
"
inherit qmake5
PV = "0.0.0+git${SRCPV}"
SRC_URI = "git://github.com/tim-sueberkrueb/${BPN}.git"
SRCREV = "9d2fd26da9c38b2e5c4c1c4d994b193213559e2f"
S = "${WORKDIR}/git"
RDEPENDS_${PN} += " \
qtwebengine-qmlplugins \
qtdeclarative-qmlplugins \
"
FILES_${PN} += " \
${OE_QMAKE_PATH_QML}/SlimeEngine \
"