summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2005-07-23 00:32:23 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2005-07-23 00:32:23 +0000
commit95d476fec3b42331358ef0507fbbb04c5477e8da (patch)
tree88ecdfc72bcc9aee018b30634aa8f0a5bd86d967 /firefox-mozconfig
parent- Update firefox-1.1-uriloader.patch to fix crashes when calling into (diff)
downloadlibrewolf-fedora-ff-95d476fec3b42331358ef0507fbbb04c5477e8da.tar.gz
librewolf-fedora-ff-95d476fec3b42331358ef0507fbbb04c5477e8da.tar.bz2
librewolf-fedora-ff-95d476fec3b42331358ef0507fbbb04c5477e8da.zip
- Add patch from Christian Persch to make the file chooser modal
- Change default behavior of opening links from external apps to: New Tab - New build options: --enable-system-cairo --enable-svg --enable-canvas
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-xfirefox-mozconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 2ffecbc..b7e9f64 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -14,6 +14,9 @@ ac_add_options --enable-default-toolkit=gtk2
ac_add_options --disable-xprint
ac_add_options --disable-strip
ac_add_options --enable-pango
+ac_add_options --enable-system-cairo
+ac_add_options --enable-svg
+ac_add_options --enable-canvas
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15