diff options
author | Jan Horak <jhorak@redhat.com> | 2010-11-15 14:51:11 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2010-11-15 14:51:11 +0100 |
commit | 9d48ff371bfacb0b969a514495a27d48d186a790 (patch) | |
tree | 70056693c02eaefd3869f1b4cd2b98060c6c2bdb | |
parent | Added module files (diff) | |
download | librewolf-fedora-ff-9d48ff371bfacb0b969a514495a27d48d186a790.tar.gz librewolf-fedora-ff-9d48ff371bfacb0b969a514495a27d48d186a790.tar.bz2 librewolf-fedora-ff-9d48ff371bfacb0b969a514495a27d48d186a790.zip |
Fixed files section
-rwxr-xr-x | firefox-mozconfig | 2 | ||||
-rw-r--r-- | firefox.spec | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index 8c10f29..dab0d34 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 --enable-system-cairo +#ac_add_options --enable-system-cairo ac_add_options --enable-pango ac_add_options --enable-svg ac_add_options --enable-canvas diff --git a/firefox.spec b/firefox.spec index 8a926b1..2f632b2 100644 --- a/firefox.spec +++ b/firefox.spec @@ -367,11 +367,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{mozappdir}/modules/stylePanel.jsm # Hack Hack Hack %{xulrunner_libdir}/modules/tabview/ -%{xulrunner_libdir}/modules/services-sync/ -%{xulrunner_libdir}/modules/services-crypto/WeaveCrypto.js -%{xulrunner_libdir}/modules/domplate.jsm -%{xulrunner_libdir}/modules/PropertyPanel.jsm -%{xulrunner_libdir}/modules/HUDService.jsm +%{mozappdir}/modules/services-sync/ +%{mozappdir}/modules/services-crypto/WeaveCrypto.js +%{mozappdir}/modules/domplate.jsm +%{mozappdir}/modules/PropertyPanel.jsm +%{mozappdir}/modules/HUDService.jsm %exclude %{mozappdir}/removed-files %{_datadir}/icons/hicolor/16x16/apps/firefox.png %{_datadir}/icons/hicolor/22x22/apps/firefox.png |