liri-materialdecoration: initial add 1.1.0+

To build without error it needs:
master: https://github.com/meta-qt5/meta-qt5/pull/157
thud: https://github.com/meta-qt5/meta-qt5/pull/158

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-01-26 22:16:41 +01:00
parent f23a214cc6
commit 21cb79a675
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
SUMMARY = "Client-side decoration for all Qt-based Wayland clients"
LICENSE = "LGPLv3"
LIC_FILES_CHKSUM = " \
file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
"
inherit liri
PV = "1.1.0+git${SRCPV}"
SRCREV = "2079487116c6c794af3a15452342a69293039b46"
S = "${WORKDIR}/git"
FILES_${PN} += " \
${libdir}/plugins \
"

View File

@@ -11,6 +11,7 @@ RDEPENDS_${PN} = " \
liri-files \
liri-fluid \
liri-libliri \
liri-materialdecoration \
liri-networkmanager \
liri-player \
liri-power-manager \