summaryrefslogtreecommitdiff
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
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
-rwxr-xr-xfirefox-mozconfig2
-rw-r--r--firefox.spec1
2 files changed, 1 insertions, 2 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
diff --git a/firefox.spec b/firefox.spec
index fd76b7c..713cb59 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -262,7 +262,6 @@ fi
- Add patch from Christian Persch to make the file chooser modal
- Change default behavior of opening links from external apps to: New Tab
- New build options:
- --enable-system-cairo
--enable-svg
--enable-canvas
bgstack15