slime-engine: initial add
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
22
recipes-liri/slime-engine/slime-engine_git.bb
Normal file
22
recipes-liri/slime-engine/slime-engine_git.bb
Normal 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 \
|
||||
"
|
||||
Reference in New Issue
Block a user