aboutsummaryrefslogtreecommitdiff
path: root/devel/electron39/files/patch-services_device_public_mojom_BUILD.gn
blob: fbdd68d3bd461d6d14fc08a77d356303a25eba9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/device/public/mojom/BUILD.gn.orig	2025-08-26 20:49:50 UTC
+++ services/device/public/mojom/BUILD.gn
@@ -95,7 +95,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" ]
   }