mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
11 lines
393 B
Text
11 lines
393 B
Text
--- build/config/features.gni.orig 2019-03-15 06:36:56 UTC
|
|
+++ build/config/features.gni
|
|
@@ -46,7 +46,7 @@ declare_args() {
|
|
fieldtrial_testing_like_official_build = is_chrome_branded
|
|
|
|
# libudev usage. This currently only affects the content layer.
|
|
- use_udev = is_linux && !is_chromecast
|
|
+ use_udev = is_linux && !is_chromecast && !is_bsd
|
|
|
|
use_dbus = is_linux && !is_chromecast
|
|
|