opnsense-ports/devel/electron22/files/patch-electron_shell_browser_browser__linux.cc
Franco Fichtner d016c42591 */*: sync with upstream
Taken from: FreeBSD
2023-01-30 10:59:54 +01:00

11 lines
392 B
C++

--- electron/shell/browser/browser_linux.cc.orig 2022-05-18 15:31:32 UTC
+++ electron/shell/browser/browser_linux.cc
@@ -15,7 +15,7 @@
#include "shell/browser/window_list.h"
#include "shell/common/application_info.h"
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
#include "shell/browser/linux/unity_service.h"
#include "ui/gtk/gtk_util.h" // nogncheck
#endif