diff options
author | Tom "spot" Callaway <tcallawa@redhat.com> | 2010-09-07 11:37:40 -0400 |
---|---|---|
committer | Tom "spot" Callaway <tcallawa@redhat.com> | 2010-09-07 11:37:40 -0400 |
commit | 3f92729b066dc7c8e60055241c0d43a5f4ce50fa (patch) | |
tree | 17c431e7f5ee46136045d538b796b4f5741458c2 /firefox-mozconfig | |
parent | fixed spec file, take 2 (diff) | |
download | librewolf-fedora-ff-3f92729b066dc7c8e60055241c0d43a5f4ce50fa.tar.gz librewolf-fedora-ff-3f92729b066dc7c8e60055241c0d43a5f4ce50fa.tar.bz2 librewolf-fedora-ff-3f92729b066dc7c8e60055241c0d43a5f4ce50fa.zip |
enable system-cairo
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-x | firefox-mozconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index b4a8bc0..654a360 100755 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -18,7 +18,7 @@ ac_add_options --enable-xinerama ac_add_options --enable-default-toolkit=cairo-gtk2 ac_add_options --disable-xprint ac_add_options --disable-strip -ac_add_options --disable-system-cairo +ac_add_options --enable-system-cairo ac_add_options --enable-pango ac_add_options --enable-svg ac_add_options --enable-canvas |