aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-electron_shell_browser_browser__linux.cc
blob: 07c2e5a4bf8f7ee363fc9ae47014eeb46896fbae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/shell/browser/browser_linux.cc.orig	2023-02-06 19:29:11 UTC
+++ electron/shell/browser/browser_linux.cc
@@ -16,7 +16,7 @@
 #include "shell/common/application_info.h"
 #include "shell/common/thread_restrictions.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