aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mozilla/firefox-3.5.4/mozconfig
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-03-03 12:05:33 -0700
committerTom Rini <tom_rini@mentor.com>2010-03-03 12:05:33 -0700
commit679a2367acde02f76f43f446c56c1eefed4e69c0 (patch)
treef97b3a6ce9f22fb4ad39e52a43bf560bf5e65c12 /recipes/mozilla/firefox-3.5.4/mozconfig
parentb9601a21e733d20d2dbf805609aca4b2cdc57bf1 (diff)
downloadopenembedded-679a2367acde02f76f43f446c56c1eefed4e69c0.tar.gz
firefox: Perform a number of cleanups and fix consistency issues.
- parallel builds need to happen via MOZ_MAKE_FLAGS and it gripes if still passed -jN, so keep the old value before we clear it. - Move the HOST_LIBIDL stuff into configure, otherwise bad things happen when you don't have pkg-config on the build host. - Prior to 3.6, wireless-tools can be, or not be built already and the Necko wifi options deals. With how 3.6 is configured, it must be disabled or DEPENDED on. For consistency, turn it off. - In 3.5 and newer, libnotify can be used, add it to DEPENDS (could be disabled). - Because of both of the above, bump PR. Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/mozilla/firefox-3.5.4/mozconfig')
-rw-r--r--recipes/mozilla/firefox-3.5.4/mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox-3.5.4/mozconfig b/recipes/mozilla/firefox-3.5.4/mozconfig
index d8d3f3923d..7e2ade0b71 100644
--- a/recipes/mozilla/firefox-3.5.4/mozconfig
+++ b/recipes/mozilla/firefox-3.5.4/mozconfig
@@ -26,6 +26,7 @@ ac_add_options --disable-jsd
ac_add_options --disable-installer
ac_add_options --disable-xprint
ac_add_options --disable-necko-disk-cache
+ac_add_options --disable-necko-wifi
ac_add_options --disable-updater
# configure necko to allocate smaller network buffers