aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-services_device_public_mojom_BUILD.gn
blob: 54bc412e77a260c4343e0667f22d26eb7f49748b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/device/public/mojom/BUILD.gn.orig	2023-07-24 14:27:53 UTC
+++ services/device/public/mojom/BUILD.gn
@@ -94,7 +94,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" ]
   }