mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
9a4ce488e8
PR: 213202 Reported by: many Approved by: sunpoet (maintainer timeout)
12 lines
441 B
Plaintext
12 lines
441 B
Plaintext
--- 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
|
|
|