diff --git a/meson_options.txt b/meson_options.txt index 38c746e9..b2c4a50f 100644 --- a/meson_options.txt +++ b/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' )