diff --git a/recipes-liri/liri-materialdecoration/liri-materialdecoration_git.bb b/recipes-liri/liri-materialdecoration/liri-materialdecoration_git.bb new file mode 100644 index 00000000..4dc434ce --- /dev/null +++ b/recipes-liri/liri-materialdecoration/liri-materialdecoration_git.bb @@ -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 \ +" diff --git a/recipes-liri/packagegroups/liri-world.bb b/recipes-liri/packagegroups/liri-world.bb index eb815b51..baee80d2 100644 --- a/recipes-liri/packagegroups/liri-world.bb +++ b/recipes-liri/packagegroups/liri-world.bb @@ -11,6 +11,7 @@ RDEPENDS_${PN} = " \ liri-files \ liri-fluid \ liri-libliri \ + liri-materialdecoration \ liri-networkmanager \ liri-player \ liri-power-manager \