[oe-commits] Koen Kooi : fennec: add libnotify to depends, reorder fields

GIT User account git at amethyst.openembedded.net
Thu May 14 11:09:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1e32aeba179a32f221ef64ec3586168c9ba152e4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1e32aeba179a32f221ef64ec3586168c9ba152e4

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu May 14 13:02:50 2009 +0200

fennec: add libnotify to depends, reorder fields

---

 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 1a7882d..3b236f1 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"





More information about the Openembedded-commits mailing list