aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-services_device_BUILD.gn
blob: dd48650f1e692b0f35a181b84f0e91f296676c22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/device/BUILD.gn.orig	2023-11-29 21:40:08 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_win || ((!is_bsd && is_linux || is_chromeos) && use_udev) || is_mac
 
 source_set("lib") {
   # This should be visible only to embedders of the Device Service, and the