aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-services_device_public_mojom_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-services_device_public_mojom_BUILD.gn')
-rw-r--r--www/ungoogled-chromium/files/patch-services_device_public_mojom_BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/ungoogled-chromium/files/patch-services_device_public_mojom_BUILD.gn b/www/ungoogled-chromium/files/patch-services_device_public_mojom_BUILD.gn
new file mode 100644
index 000000000000..7881362f7ff0
--- /dev/null
+++ b/www/ungoogled-chromium/files/patch-services_device_public_mojom_BUILD.gn
@@ -0,0 +1,11 @@
+--- services/device/public/mojom/BUILD.gn.orig 2022-12-02 17:56:32 UTC
++++ services/device/public/mojom/BUILD.gn
+@@ -88,7 +88,7 @@ mojom("device_service") {
+ disable_variants = true
+
+ enabled_features = []
+- if ((is_linux || is_chromeos) && use_udev) {
++ if ((is_linux || is_chromeos) && !is_bsd && use_udev) {
+ enabled_features += [ "enable_input_device_manager" ]
+ }
+