staging/drm-lease: clarify connector naming
If the compositor advertises an output as a wp_drm_lease_connector_v1 and as wl_output, it should make the names match to allow clients to identify the connection between the two outputs.
This is done without strict requirements to prevent useless checks in clients about which version is supported. If the compositor doesn't support this, the client simply can't make any connection between lease connectors and wl_output
s.
Signed-off-by: Xaver Hugl xaver.hugl@gmail.com