aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-services_device_public_mojom_BUILD.gn
blob: 8c68f0c8d96f2f83c9cb0e4dc9371373a03b28bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/device/public/mojom/BUILD.gn.orig	2025-03-24 20:50:14 UTC
+++ services/device/public/mojom/BUILD.gn
@@ -97,7 +97,7 @@ mojom("device_service") {
   enable_js_fuzzing = false
 
   enabled_features = []
-  if ((is_linux || is_chromeos) && use_udev) {
+  if ((is_linux || is_chromeos) && !is_bsd && use_udev) {
     enabled_features += [ "enable_input_device_manager" ]
   }