aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mozilla
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-14 13:02:50 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-14 13:02:50 +0200
commit1e32aeba179a32f221ef64ec3586168c9ba152e4 (patch)
tree4abcfb3a4975260e8c78d99f8ea3283afcbf8b9a /recipes/mozilla
parent25802e54c46a4d82a92121b88d2bc23f90d821a8 (diff)
downloadopenembedded-1e32aeba179a32f221ef64ec3586168c9ba152e4.tar.gz
fennec: add libnotify to depends, reorder fields
Diffstat (limited to 'recipes/mozilla')
-rw-r--r--recipes/mozilla/fennec_hg.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/mozilla/fennec_hg.bb b/recipes/mozilla/fennec_hg.bb
index 1a7882d769..3b236f138b 100644
--- a/recipes/mozilla/fennec_hg.bb
+++ b/recipes/mozilla/fennec_hg.bb
@@ -1,5 +1,4 @@
DESCRIPTION = "Mozilla Mobile browser"
-DEPENDS += "autoconf213-native cairo alsa-lib sqlite3"
PV = "0.9+1.0b2pre"
MOZPV = "1.0b2pre"
@@ -17,6 +16,8 @@ S = "${WORKDIR}/mozilla-central"
inherit mozilla
require firefox.inc
+DEPENDS += "libnotify autoconf213-native cairo alsa-lib sqlite3"
+
PARALLEL_MAKE = ""
export HOST_LIBIDL_CONFIG = "${STAGING_BINDIR_NATIVE}/libIDL-config-2"
FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2"