From ba76a0ed2bc2a58a60a88bc1a66ec9e4115e383b Mon Sep 17 00:00:00 2001 From: Qing Date: Wed, 3 Jan 2024 21:22:29 +0100 Subject: [PATCH] Correct Hyprland recipe when Systemd is disabled --- recipes-wlroots/hyprland/hyprland-0.32.3.bb | 2 +- recipes-wlroots/hyprland/hyprland_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-wlroots/hyprland/hyprland-0.32.3.bb b/recipes-wlroots/hyprland/hyprland-0.32.3.bb index 5e3c73e..33ece8b 100644 --- a/recipes-wlroots/hyprland/hyprland-0.32.3.bb +++ b/recipes-wlroots/hyprland/hyprland-0.32.3.bb @@ -45,7 +45,7 @@ inherit meson pkgconfig features_check PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland', d)}" -PACKAGECONFIG[systemd] = "-Dsystemd=enabled,Dsystemd=disabled" +PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled" PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-util-wm xcb-util-renderutil xwayland,xwayland" PACKAGECONFIG[legacy_renderer] = "-Dlegacy_renderer=enabled,-Dlegacy_renderer=disabled" diff --git a/recipes-wlroots/hyprland/hyprland_git.bb b/recipes-wlroots/hyprland/hyprland_git.bb index d264b2d..4de9f78 100644 --- a/recipes-wlroots/hyprland/hyprland_git.bb +++ b/recipes-wlroots/hyprland/hyprland_git.bb @@ -46,7 +46,7 @@ inherit meson pkgconfig features_check PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland', d)}" -PACKAGECONFIG[systemd] = "-Dsystemd=enabled,Dsystemd=disabled" +PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled" PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-util-wm xcb-util-renderutil xwayland,xwayland" PACKAGECONFIG[legacy_renderer] = "-Dlegacy_renderer=enabled,-Dlegacy_renderer=disabled"