opnsense-ports/devel/electron32/files/patch-ui_gfx_switches.cc
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

11 lines
532 B
C++

--- ui/gfx/switches.cc.orig 2024-04-15 20:34:30 UTC
+++ ui/gfx/switches.cc
@@ -32,7 +32,7 @@ const char kHeadless[] = "headless";
// Run in headless mode, i.e., without a UI or display server dependencies.
const char kHeadless[] = "headless";
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
// Which X11 display to connect to. Emulates the GTK+ "--display=" command line
// argument. In use only with Ozone/X11.
const char kX11Display[] = "display";