summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2011-03-17 18:17:54 +0100
committerJan Horak <jhorak@redhat.com>2011-03-17 18:17:54 +0100
commit8f8da735b4ca9bee86d92cceda33ab823188f5f4 (patch)
tree613cee2feda12f563f5741c876a41578a3d192a5 /firefox-mozconfig
parent4.0 RC 1 (diff)
downloadlibrewolf-fedora-ff-8f8da735b4ca9bee86d92cceda33ab823188f5f4.tar.gz
librewolf-fedora-ff-8f8da735b4ca9bee86d92cceda33ab823188f5f4.tar.bz2
librewolf-fedora-ff-8f8da735b4ca9bee86d92cceda33ab823188f5f4.zip
Rebuild against libxul, disabled gnomevfs and enabled gio
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 953b66a..0bd20ae 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -29,6 +29,8 @@ ac_add_options --disable-necko-wifi
ac_add_options --disable-cpp-exceptions
ac_add_options --disable-updater
ac_add_options --enable-url-classifier
+ac_add_options --enable-gio
+ac_add_options --disable-gnomevfs
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15