From be666f04c8659903deddc5489999d2b9e24ca9de Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 31 Dec 2023 15:13:44 +0100 Subject: [PATCH] nwg-hello: update --- recipes-gtk/nwg-shell/nwg-hello_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-gtk/nwg-shell/nwg-hello_git.bb b/recipes-gtk/nwg-shell/nwg-hello_git.bb index 26d2283..512663a 100644 --- a/recipes-gtk/nwg-shell/nwg-hello_git.bb +++ b/recipes-gtk/nwg-shell/nwg-hello_git.bb @@ -9,6 +9,7 @@ RDEPENDS:${PN} = " \ greetd \ gtk+3 \ gtk-layer-shell \ + lxc \ " RRECOMMENDS:${PN} = "gnome-themes-extra" @@ -16,8 +17,8 @@ RRECOMMENDS:${PN} = "gnome-themes-extra" inherit setuptools3 useradd S = "${WORKDIR}/git" -PV = "0.1.5" -SRCREV = "e3655c7f8a7be6333b290276d2f12e0a7454b673" +PV = "0.1.6" +SRCREV = "13dcb00ebbf7f4d9d16374cfb5c7272212a762e3" USERADD_PACKAGES = "${PN}" USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/bash greeter"