summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2005-07-23 06:03:00 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2005-07-23 06:03:00 +0000
commitce734b7d8613189d0c4277aa3103615aa8081ce7 (patch)
tree3fdb6ddf28c5fdbedcefb8e9774dfe964e1176c4 /firefox-mozconfig
parent- Add patch from Christian Persch to make the file chooser modal (diff)
downloadlibrewolf-fedora-ff-ce734b7d8613189d0c4277aa3103615aa8081ce7.tar.gz
librewolf-fedora-ff-ce734b7d8613189d0c4277aa3103615aa8081ce7.tar.bz2
librewolf-fedora-ff-ce734b7d8613189d0c4277aa3103615aa8081ce7.zip
disable system cairo temporarily since it doesnt build with mozilla code
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 b7e9f64..3778bf0 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -14,7 +14,7 @@ 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-system-cairo
ac_add_options --enable-svg
ac_add_options --enable-canvas
bgstack15