aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-ui_base_ui__base__features.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-ui_base_ui__base__features.h')
-rw-r--r--devel/electron37/files/patch-ui_base_ui__base__features.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-ui_base_ui__base__features.h b/devel/electron37/files/patch-ui_base_ui__base__features.h
new file mode 100644
index 000000000000..2959266e3557
--- /dev/null
+++ b/devel/electron37/files/patch-ui_base_ui__base__features.h
@@ -0,0 +1,11 @@
+--- ui/base/ui_base_features.h.orig 2025-06-30 07:04:30 UTC
++++ ui/base/ui_base_features.h
+@@ -129,7 +129,7 @@ BASE_DECLARE_FEATURE(kWaylandSessionManagement);
+ BASE_DECLARE_FEATURE(kWaylandSessionManagement);
+ #endif // BUILDFLAG(IS_OZONE)
+
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ COMPONENT_EXPORT(UI_BASE_FEATURES)
+ BASE_DECLARE_FEATURE(kOverrideDefaultOzonePlatformHintToAuto);
+ #endif // BUILDFLAG(IS_LINUX)