From dc7d83c665cfad89015aefbaf7cd4b6d6a2087a5 Mon Sep 17 00:00:00 2001 From: flk Date: Thu, 4 Jan 2024 17:32:09 +0100 Subject: [PATCH] Correct Hyprland recipe when Systemd is disabled --- recipes-wlroots/hyprland/hyprland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-wlroots/hyprland/hyprland_git.bb b/recipes-wlroots/hyprland/hyprland_git.bb index bffbc79..4361554 100644 --- a/recipes-wlroots/hyprland/hyprland_git.bb +++ b/recipes-wlroots/hyprland/hyprland_git.bb @@ -47,7 +47,7 @@ inherit meson pkgconfig features_check PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland vulkan', d)}" -PACKAGECONFIG[systemd] = "-Dsystemd=enabled,Dsystemd=disabled,systemd" +PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled,systemd" PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-util-wm xcb-util-renderutil xwayland,xwayland" PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native"