diff options
Diffstat (limited to 'devel/electron33/files/patch-ui_base_ui__base__features.h')
-rw-r--r-- | devel/electron33/files/patch-ui_base_ui__base__features.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-ui_base_ui__base__features.h b/devel/electron33/files/patch-ui_base_ui__base__features.h deleted file mode 100644 index c6edb578acc0..000000000000 --- a/devel/electron33/files/patch-ui_base_ui__base__features.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ui/base/ui_base_features.h.orig 2024-10-16 21:32:39 UTC -+++ ui/base/ui_base_features.h -@@ -141,7 +141,7 @@ BASE_DECLARE_FEATURE(kWaylandTextInputV3); - BASE_DECLARE_FEATURE(kWaylandTextInputV3); - #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) |