summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2005-07-29 20:41:09 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2005-07-29 20:41:09 +0000
commitc6dd5cb164f62cbc12b83a04a569928f219e7ddc (patch)
tree6a8d61a61fab0423b4bd1eab39ce910adce4a034 /firefox-mozconfig
parentbump release (diff)
downloadlibrewolf-fedora-ff-c6dd5cb164f62cbc12b83a04a569928f219e7ddc.tar.gz
librewolf-fedora-ff-c6dd5cb164f62cbc12b83a04a569928f219e7ddc.tar.bz2
librewolf-fedora-ff-c6dd5cb164f62cbc12b83a04a569928f219e7ddc.zip
- Disable SVG and canvas again. The in-tree copy does not build against new
pango.
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-xfirefox-mozconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 3778bf0..bede3c1 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -15,8 +15,8 @@ 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
+#ac_add_options --enable-svg
+#ac_add_options --enable-canvas
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15