From: Ulrich Ölmann Date: Fri, 1 Sep 2023 07:24:58 +0000 (+0200) Subject: weston: fix comment X-Git-Tag: yocto-5.2~5385 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79d453eb0caf304454146c9c59744150b678e64d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git weston: fix comment Fixes: be7da75827b4 ("weston: update 11.0.1 -> 12.0.1") Signed-off-by: Ulrich Ölmann Signed-off-by: Richard Purdie --- 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"