From 6ff79b3423d0d4ca9a2afffcc4d197ac2ead5e34 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 15 Feb 2025 15:06:46 +0100 Subject: [PATCH] waybar: create ${D}${systemd_user_unitdir} This should fix: https://codeberg.org/flk/meta-wayland/issues/8 --- recipes-gtk/waybar/waybar_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-gtk/waybar/waybar_git.bb b/recipes-gtk/waybar/waybar_git.bb index fd21134..9f02c8f 100644 --- a/recipes-gtk/waybar/waybar_git.bb +++ b/recipes-gtk/waybar/waybar_git.bb @@ -70,6 +70,7 @@ PACKAGECONFIG ?= " \ " do_install:append() { + install -d ${D}${systemd_user_unitdir} install -m 0644 ${WORKDIR}/waybar.service ${D}${systemd_user_unitdir} }