diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2010-12-03 18:54:49 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2010-12-03 18:55:12 +0100 |
commit | 7df81db35c955b82d355288171c2cee206351460 (patch) | |
tree | 7a74a4b13e0dff55b50010500e1a741d60af976e /firefox/mozconfig | |
parent | db11966266975f00d29887afb84b1022244dd7a7 (diff) | |
download | opt-7df81db35c955b82d355288171c2cee206351460.tar.gz opt-7df81db35c955b82d355288171c2cee206351460.tar.xz |
firefox: explicitly disable dbus.
Diffstat (limited to 'firefox/mozconfig')
-rw-r--r-- | firefox/mozconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox/mozconfig b/firefox/mozconfig index 6b4a52ae7..948177236 100644 --- a/firefox/mozconfig +++ b/firefox/mozconfig @@ -45,3 +45,4 @@ ac_add_options --enable-storage ac_add_options --enable-places_bookmarks ac_add_options --enable-image-encoder=all ac_add_options --enable-xft +ac_add_options --disable-dbus |