summaryrefslogtreecommitdiff
path: root/lang/v8-beta/files/patch-build_config_features.gni
blob: 4469d4f06273c1effdcbf0c50c4e2eef6620a67e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/features.gni.orig	2020-09-19 19:50:44 UTC
+++ build/config/features.gni
@@ -26,7 +26,7 @@ declare_args() {
   proprietary_codecs = is_chrome_branded || is_chromecast
 
   # libudev usage. This currently only affects the content layer.
-  use_udev = (is_linux || is_chromeos) && !is_chromecast
+  use_udev = (is_linux || is_chromeos) && !is_chromecast && !is_bsd
 
   use_dbus = (is_linux || is_chromeos) && !is_chromecast