summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorTom "spot" Callaway <tcallawa@redhat.com>2010-09-07 11:37:40 -0400
committerTom "spot" Callaway <tcallawa@redhat.com>2010-09-07 11:37:40 -0400
commit3f92729b066dc7c8e60055241c0d43a5f4ce50fa (patch)
tree17c431e7f5ee46136045d538b796b4f5741458c2 /firefox-mozconfig
parentfixed spec file, take 2 (diff)
downloadlibrewolf-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-xfirefox-mozconfig2
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
bgstack15