blob: 5631f743314770c6f4d232bc01fe28ecd0afcfdf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- services/device/public/mojom/BUILD.gn.orig 2025-04-04 08:52:13 UTC
+++ services/device/public/mojom/BUILD.gn
@@ -96,7 +96,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" ]
}
|