mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
11 lines
571 B
C++
11 lines
571 B
C++
--- content/app/content_main.cc.orig 2023-04-10 14:01:55 UTC
|
|
+++ content/app/content_main.cc
|
|
@@ -205,7 +205,7 @@ RunContentProcess(ContentMainParams params,
|
|
#endif
|
|
base::EnableTerminationOnOutOfMemory();
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
// The various desktop environments set this environment variable that
|
|
// allows the dbus client library to connect directly to the bus. When this
|
|
// variable is not set (test environments like xvfb-run), the dbus client
|