[gnome-boxes/drop-remote-connections: 18/18] build: Don't enable RDP by default




commit 5de1c253ecdce4fb61168ebb3f1078436856758c
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Aug 31 13:51:12 2020 +0200

    build: Don't enable RDP by default
    
    The remote connections (remote desktop) features of GNOME Boxes have
    been split off into Connections (a new GNOME application for remote
    connections management). See https://gitlab.gnome.org/GNOME/connection
    
    The RdpDisplay object is going to continue existing since we will also
    be able to use RDP to connect to Virtual Machines in the future.
    gnome-remote-desktop now has RDP support
    https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/merge_requests/7
    and Windows has RDP support builtin.

 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 27a8d815..05c1f570 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -10,7 +10,7 @@ option ('distributor_version',
 
 option ('rdp',
         type: 'boolean',
-        value: true)
+        value: false)
 
 option ('installed_tests',
         type: 'boolean',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]