From: Koen Kooi Date: Thu, 14 May 2009 11:02:50 +0000 (+0200) Subject: fennec: add libnotify to depends, reorder fields X-Git-Tag: Release-2010-05/1~3566^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e32aeba179a32f221ef64ec3586168c9ba152e4;p=openembedded.git fennec: add libnotify to depends, reorder fields --- 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"