summaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-build_config_features.gni
blob: 5da4cd24a8cbc20445b004209db8e1a4085c6234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- build/config/features.gni.orig	2017-03-09 20:04:27 UTC
+++ build/config/features.gni
@@ -57,13 +57,13 @@ declare_args() {
   # libudev usage. This currently only affects the content layer.
   use_udev = is_linux && !is_chromecast
 
-  use_dbus = is_linux && !is_chromecast
+  use_dbus = (is_linux || is_bsd) && !is_chromecast
 
   # Option controlling the use of GConf (the classic GNOME configuration
   # system).
-  use_gconf = is_linux && !is_chromeos && !is_chromecast
+  use_gconf = (is_linux || is_bsd) && !is_chromeos && !is_chromecast
 
-  use_gio = is_linux && !is_chromeos && !is_chromecast
+  use_gio = (is_linux || is_bsd) && !is_chromeos && !is_chromecast
 
   # Whether or not to use external popup menu.
   use_external_popup_menu = is_android || is_mac
OpenPOWER on IntegriCloud