blob: 0cfb6acc46cf6649b4906e6e98679cfa335ea255 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- services/device/public/mojom/BUILD.gn.orig 2025-06-30 07:04:30 UTC
+++ services/device/public/mojom/BUILD.gn
@@ -99,7 +99,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" ]
}
|