aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/mozilla/firefox_3.5.2.bb2
-rw-r--r--recipes/mozilla/firefox_3.5.4.bb2
-rw-r--r--recipes/mozilla/firefox_3.5.5.bb2
-rw-r--r--recipes/mozilla/firefox_3.5b4.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes/mozilla/firefox_3.5.2.bb b/recipes/mozilla/firefox_3.5.2.bb
index 3d940d7af5..34188da4aa 100644
--- a/recipes/mozilla/firefox_3.5.2.bb
+++ b/recipes/mozilla/firefox_3.5.2.bb
@@ -1,4 +1,4 @@
-DEPENDS += "cairo sqlite3"
+DEPENDS += "cairo sqlite3 alsa-lib"
PR = "r3"
SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \
diff --git a/recipes/mozilla/firefox_3.5.4.bb b/recipes/mozilla/firefox_3.5.4.bb
index 8ba6ba15db..c027eb1e68 100644
--- a/recipes/mozilla/firefox_3.5.4.bb
+++ b/recipes/mozilla/firefox_3.5.4.bb
@@ -1,4 +1,4 @@
-DEPENDS += "cairo sqlite3"
+DEPENDS += "cairo sqlite3 alsa-lib"
PR = "r2"
diff --git a/recipes/mozilla/firefox_3.5.5.bb b/recipes/mozilla/firefox_3.5.5.bb
index da54872046..fe66486f63 100644
--- a/recipes/mozilla/firefox_3.5.5.bb
+++ b/recipes/mozilla/firefox_3.5.5.bb
@@ -1,4 +1,4 @@
-DEPENDS += "cairo sqlite3"
+DEPENDS += "cairo sqlite3 alsa-lib"
PR = "r3"
diff --git a/recipes/mozilla/firefox_3.5b4.bb b/recipes/mozilla/firefox_3.5b4.bb
index 4a12329231..4d6ac848e1 100644
--- a/recipes/mozilla/firefox_3.5b4.bb
+++ b/recipes/mozilla/firefox_3.5b4.bb
@@ -1,4 +1,4 @@
-DEPENDS += "cairo sqlite"
+DEPENDS += "cairo sqlite alsa-lib"
PV = "3.0.1+3.5b4"
MOZPV = "3.5b4"