diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2005-08-27 07:34:33 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2005-08-27 07:34:33 +0000 |
commit | b8df83d5dcf2484185671530123a953b369c4cc8 (patch) | |
tree | a32f41aa7346c450504cd64ee5a12def4d80a0a6 /firefox-mozconfig | |
parent | - another fix to not use pango_xft (diff) | |
download | librewolf-fedora-ff-b8df83d5dcf2484185671530123a953b369c4cc8.tar.gz librewolf-fedora-ff-b8df83d5dcf2484185671530123a953b369c4cc8.tar.bz2 librewolf-fedora-ff-b8df83d5dcf2484185671530123a953b369c4cc8.zip |
- Re-enable SVG, canvas, and system cairo.
- Fix issue with typing in proxy preference panel
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-x | firefox-mozconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index bede3c1..b7e9f64 100755 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -14,9 +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 +ac_add_options --enable-system-cairo +ac_add_options --enable-svg +ac_add_options --enable-canvas export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |