diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-14 13:02:50 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-14 13:02:50 +0200 |
commit | 1e32aeba179a32f221ef64ec3586168c9ba152e4 (patch) | |
tree | 4abcfb3a4975260e8c78d99f8ea3283afcbf8b9a /recipes | |
parent | 25802e54c46a4d82a92121b88d2bc23f90d821a8 (diff) |
fennec: add libnotify to depends, reorder fields
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/mozilla/fennec_hg.bb | 3 |
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" |