liri-qml-xwayland: initial add 0.10.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
20
recipes-liri/liri-qml-xwayland/liri-qml-xwayland_git.bb
Normal file
20
recipes-liri/liri-qml-xwayland/liri-qml-xwayland_git.bb
Normal file
@@ -0,0 +1,20 @@
|
||||
SUMMARY = "QML plugin with an XWayland implementation for QML compositors"
|
||||
LICENSE = "LGPLv3"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
||||
"
|
||||
|
||||
inherit liri distro_features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
PV = "0.10.0+git${SRCPV}"
|
||||
SRCREV = "cb7d7a767567a490bb0d1d8b604a2079a58adcf9"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += " \
|
||||
xcb-util-cursor \
|
||||
qtwayland \
|
||||
"
|
||||
|
||||
FILES_${PN} += "${OE_QMAKE_PATH_QML}"
|
||||
Reference in New Issue
Block a user