blob: 3edc09d1716979394b95cc60826c19778a596ffe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- remoting/host/it2me/it2me_host.cc.orig 2026-02-16 10:45:29 UTC
+++ remoting/host/it2me/it2me_host.cc
@@ -73,7 +73,7 @@
#include "remoting/host/chromeos/features.h"
#endif
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
#include "remoting/host/linux/gnome_remote_desktop_session.h"
#include "remoting/host/linux/portal_remote_desktop_session.h"
#endif
@@ -285,7 +285,7 @@ void It2MeHost::ConnectOnNetworkThread(
SetState(It2MeHostState::kStarting, ErrorCode::OK);
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
if (!GnomeRemoteDesktopSession::IsRunningUnderGnome()) {
PortalRemoteDesktopSession::GetInstance()->SetCreateVirtualMonitor(false);
}
|