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>
dev
Hideyuki Nagase 3 years ago committed by Pekka Paalanen
parent 731a2fd45b
commit ae9643f729
  1. 2
      meson_options.txt

@ -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…
Cancel
Save