From 79d453eb0caf304454146c9c59744150b678e64d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20=C3=96lmann?= Date: Fri, 1 Sep 2023 09:24:58 +0200 Subject: [PATCH] weston: fix comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: be7da75827b4 ("weston: update 11.0.1 -> 12.0.1") Signed-off-by: Ulrich Ölmann Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston_12.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayland/weston_12.0.1.bb b/meta/recipes-graphics/wayland/weston_12.0.1.bb index d9eae1ff62f..8c2438cdaa5 100644 --- a/meta/recipes-graphics/wayland/weston_12.0.1.bb +++ b/meta/recipes-graphics/wayland/weston_12.0.1.bb @@ -70,7 +70,7 @@ PACKAGECONFIG[egl] = "-Drenderer-gl=true,-Drenderer-gl=false,virtual/egl" PACKAGECONFIG[lcms] = "-Dcolor-management-lcms=true,-Dcolor-management-lcms=false,lcms" # Weston with webp support PACKAGECONFIG[webp] = "-Dimage-webp=true,-Dimage-webp=false,libwebp" -# Weston with systemd-login support +# Weston with systemd support PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd dbus" # Weston with Xwayland support (requires X11 and Wayland) PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,libxcb libxcursor xcb-util-cursor xwayland" -- 2.47.2