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"