[oe-commits] : firefox 3.x: update mozconfig in an attempt to fix themed icons

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Oct 2 18:24:28 UTC 2008


Module: org.openembedded.dev.git
Branch: org.openembedded.dev
Commit: 2696a776335d5fb508b5a7708c8d4f96ccdbd8d0
URL:    http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=commit;h=2696a776335d5fb508b5a7708c8d4f96ccdbd8d0

Author:  <koen at openembedded.org>
Date:   Thu Oct  2 18:18:26 2008 +0000

firefox 3.x: update mozconfig in an attempt to fix themed icons

---

 packages/mozilla/firefox-3.0.1+3.1a2/mozconfig |    2 +-
 packages/mozilla/firefox-3.0.1/mozconfig       |    2 +-
 packages/mozilla/firefox_3.0.1.bb              |    2 +-
 packages/mozilla/firefox_3.1a2.bb              |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/mozilla/firefox-3.0.1+3.1a2/mozconfig b/packages/mozilla/firefox-3.0.1+3.1a2/mozconfig
index cd09716..f7ab5dd 100644
--- a/packages/mozilla/firefox-3.0.1+3.1a2/mozconfig
+++ b/packages/mozilla/firefox-3.0.1+3.1a2/mozconfig
@@ -46,7 +46,7 @@ ac_add_options --enable-crypto
 ac_add_options --enable-necko-protocols=http,file,res,ftp,about,viewsource
 
 # build minimal set of image decoders
-ac_add_options --enable-image-decoders=png,gif,jpeg
+#ac_add_options --enable-image-decoders=png,gif,jpeg
 
 #ac_add_options --enable-reorder
 #ac_add_options --enable-elf-dynstr-gc
diff --git a/packages/mozilla/firefox-3.0.1/mozconfig b/packages/mozilla/firefox-3.0.1/mozconfig
index cd09716..f7ab5dd 100644
--- a/packages/mozilla/firefox-3.0.1/mozconfig
+++ b/packages/mozilla/firefox-3.0.1/mozconfig
@@ -46,7 +46,7 @@ ac_add_options --enable-crypto
 ac_add_options --enable-necko-protocols=http,file,res,ftp,about,viewsource
 
 # build minimal set of image decoders
-ac_add_options --enable-image-decoders=png,gif,jpeg
+#ac_add_options --enable-image-decoders=png,gif,jpeg
 
 #ac_add_options --enable-reorder
 #ac_add_options --enable-elf-dynstr-gc
diff --git a/packages/mozilla/firefox_3.0.1.bb b/packages/mozilla/firefox_3.0.1.bb
index 7a6ce11..5d09bb4 100644
--- a/packages/mozilla/firefox_3.0.1.bb
+++ b/packages/mozilla/firefox_3.0.1.bb
@@ -1,5 +1,5 @@
 DEPENDS += "cairo"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \
 	file://jsautocfg.h \
diff --git a/packages/mozilla/firefox_3.1a2.bb b/packages/mozilla/firefox_3.1a2.bb
index 5e7c996..4d5c3cb 100644
--- a/packages/mozilla/firefox_3.1a2.bb
+++ b/packages/mozilla/firefox_3.1a2.bb
@@ -2,7 +2,7 @@ DEPENDS += "cairo"
 
 PV = "3.0.1+3.1a2"
 MOZPV = "3.1a2"
-
+PR = "r1"
 
 SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/${MOZPV}-candidates/build1/firefox-${MOZPV}-source.tar.bz2 \
 	file://jsautocfg.h \





More information about the Openembedded-commits mailing list