fennec: add libnotify to depends, reorder fields
authorKoen Kooi <koen@openembedded.org>
Thu, 14 May 2009 11:02:50 +0000 (13:02 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 14 May 2009 11:02:50 +0000 (13:02 +0200)
recipes/mozilla/fennec_hg.bb

index 1a7882d..3b236f1 100644 (file)
@@ -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"