From ce734b7d8613189d0c4277aa3103615aa8081ce7 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sat, 23 Jul 2005 06:03:00 +0000 Subject: disable system cairo temporarily since it doesnt build with mozilla code --- firefox-mozconfig | 2 +- firefox.spec | 1 - 2 files changed, 1 insertion(+), 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 -- cgit