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:
committed by
Pekka Paalanen
parent
731a2fd45b
commit
ae9643f729
+1
-1
@@ -47,7 +47,7 @@ option(
|
|||||||
option(
|
option(
|
||||||
'backend-default',
|
'backend-default',
|
||||||
type: 'combo',
|
type: 'combo',
|
||||||
choices: [ 'auto', 'drm', 'wayland', 'x11', 'headless' ],
|
choices: [ 'auto', 'drm', 'wayland', 'x11', 'headless', 'rdp' ],
|
||||||
value: 'drm',
|
value: 'drm',
|
||||||
description: 'Default backend when no parent display server detected'
|
description: 'Default backend when no parent display server detected'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user