Fix drm lease name option 17/30217/1
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Fri, 16 Aug 2024 10:59:49 +0000 (19:59 +0900)
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sun, 18 Aug 2024 14:12:37 +0000 (23:12 +0900)
In quillback and previous releases, the agl-compositor drm lease name option is "--drm-lease".  In change 9aa2c662, the drm lease option was changed to "--drm-lease-name", breaking compatibility.  This patch changes the option from "--drm-lease-name" back to "--drm-lease".

Bug-AGL: SPEC-5158

Change-Id: I7dfdc4cc5d85a1bf24270e3b8a5e93bc3d7719d5
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
meta-agl-drm-lease/dynamic-layers/meta-agl-core/recipes-graphics/agl-compositor/agl-compositor/0001-compositor-Add-missing-drm-lease-name.patch

index 9bcc89f..57ff848 100644 (file)
@@ -26,7 +26,7 @@ index 156a0ae..65c61d8 100644
        const struct weston_option options[] = {
                { WESTON_OPTION_STRING, "seat", 0, &config.seat_id },
                { WESTON_OPTION_STRING, "drm-device", 0, &config.specific_device },
-+              { WESTON_OPTION_STRING, "drm-lease-name", 0, &drm_lease_name },
++              { WESTON_OPTION_STRING, "drm-lease", 0, &drm_lease_name },
                { WESTON_OPTION_BOOLEAN, "current-mode", 0, &use_current_mode },
                { WESTON_OPTION_BOOLEAN, "use-pixman", 0, &force_pixman },
                { WESTON_OPTION_BOOLEAN, "continue-without-input", false, &without_input }