From 679a2367acde02f76f43f446c56c1eefed4e69c0 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 3 Mar 2010 12:05:33 -0700 Subject: 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 Acked-by: Khem Raj --- recipes/mozilla/firefox-3.6/mozconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/mozilla/firefox-3.6') diff --git a/recipes/mozilla/firefox-3.6/mozconfig b/recipes/mozilla/firefox-3.6/mozconfig index b561f067b8..883a396e53 100644 --- a/recipes/mozilla/firefox-3.6/mozconfig +++ b/recipes/mozilla/firefox-3.6/mozconfig @@ -26,6 +26,7 @@ ac_add_options --disable-jsd ac_add_options --disable-installer ac_add_options --disable-xprint ac_add_options --enable-necko-disk-cache +ac_add_options --disable-necko-wifi ac_add_options --disable-updater # configure necko to allocate smaller network buffers -- cgit 1.2.3-korg