diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-03 13:55:17 +0200 |
---|---|---|
committer | Koen Kooi <koen@Powerbook-3.local> | 2009-06-05 17:48:09 +0200 |
commit | d76be98f7b1aabdbd32dd9a50b0c135c139de9ec (patch) | |
tree | 0815c2f791243d711eba0f3579b46238c509aa1e /recipes/mozilla/firefox_3.0.1.bb | |
parent | 8fc3b478daa6eab29547f37772d288541623a515 (diff) |
firefox 3.0.1: make it go faster in 16bpp modes
Diffstat (limited to 'recipes/mozilla/firefox_3.0.1.bb')
-rw-r--r-- | recipes/mozilla/firefox_3.0.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/mozilla/firefox_3.0.1.bb b/recipes/mozilla/firefox_3.0.1.bb index 24927c7f3d..f3e52a0c3f 100644 --- a/recipes/mozilla/firefox_3.0.1.bb +++ b/recipes/mozilla/firefox_3.0.1.bb @@ -1,5 +1,5 @@ DEPENDS += "cairo" -PR = "r8" +PR = "r9" SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \ file://jsautocfg.h \ @@ -13,6 +13,7 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/ file://wchart.diff;patch=1 \ file://0001-Remove-Werror-from-build.patch;patch=1 \ file://0002-Fix-security-cross-compile-cpu-detection-error.patch;patch=1 \ + file://use-native-bpp.patch;patch=1 \ " S = "${WORKDIR}/mozilla" |