diff options
Diffstat (limited to 'devel/electron36/files/patch-services_device_BUILD.gn')
-rw-r--r-- | devel/electron36/files/patch-services_device_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron36/files/patch-services_device_BUILD.gn b/devel/electron36/files/patch-services_device_BUILD.gn new file mode 100644 index 000000000000..0bc3f9894442 --- /dev/null +++ b/devel/electron36/files/patch-services_device_BUILD.gn @@ -0,0 +1,11 @@ +--- services/device/BUILD.gn.orig 2025-04-22 20:15:27 UTC ++++ services/device/BUILD.gn +@@ -13,7 +13,7 @@ is_serial_enabled_platform = + } + + is_serial_enabled_platform = +- is_win || ((is_linux || is_chromeos) && use_udev) || is_mac || is_android ++ is_win || ((!is_bsd && is_linux || is_chromeos) && use_udev) || is_mac || is_android + + source_set("lib") { + # This should be visible only to embedders of the Device Service, and the |