aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-remoting_host_base_desktop__environment__options.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron38/files/patch-remoting_host_base_desktop__environment__options.cc')
-rw-r--r--devel/electron38/files/patch-remoting_host_base_desktop__environment__options.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-remoting_host_base_desktop__environment__options.cc b/devel/electron38/files/patch-remoting_host_base_desktop__environment__options.cc
new file mode 100644
index 000000000000..1fa0113636f0
--- /dev/null
+++ b/devel/electron38/files/patch-remoting_host_base_desktop__environment__options.cc
@@ -0,0 +1,11 @@
+--- remoting/host/base/desktop_environment_options.cc.orig 2025-04-22 20:15:27 UTC
++++ remoting/host/base/desktop_environment_options.cc
+@@ -109,7 +109,7 @@ bool DesktopEnvironmentOptions::capture_video_on_dedic
+ // TODO(joedow): Determine whether we can migrate additional platforms to
+ // using the DesktopCaptureWrapper instead of the DesktopCaptureProxy. Then
+ // clean up DesktopCapturerProxy::Core::CreateCapturer().
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ return capture_video_on_dedicated_thread_;
+ #else
+ return false;