$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- remoting/host/base/desktop_environment_options.cc.orig 2025-02-24 19:59:26.000000000 +0000 +++ remoting/host/base/desktop_environment_options.cc @@ -99,7 +99,7 @@ bool DesktopEnvironmentOptions::capture_ // 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;