build: enable configuration of RDP backend as a default
Add RDP to the list of backends we can set as default for use when weston is launched without display/socket environment vars set. Co-authored-by: Steve Pronovost <spronovo@microsoft.com> Co-authored-by: Brenton DeGeer <brdegeer@microsoft.com> Signed-off-by: Hideyuki Nagase <hideyukn@microsoft.com> Signed-off-by: Steve Pronovost <spronovo@microsoft.com> Signed-off-by: Brenton DeGeer <brdegeer@microsoft.com>
This commit is contained in:
parent
731a2fd45b
commit
ae9643f729
@ -47,7 +47,7 @@ option(
|
||||
option(
|
||||
'backend-default',
|
||||
type: 'combo',
|
||||
choices: [ 'auto', 'drm', 'wayland', 'x11', 'headless' ],
|
||||
choices: [ 'auto', 'drm', 'wayland', 'x11', 'headless', 'rdp' ],
|
||||
value: 'drm',
|
||||
description: 'Default backend when no parent display server detected'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user