aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mozilla
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-28 21:05:34 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-28 21:05:34 +0200
commit681ad34c8728c9358043856ecc4c52377ffcee78 (patch)
treecd950e0517ad7ebbe8e96ca9cbd47d53bdd5488c /recipes/mozilla
parent0b09760ba27783dabc95d766d8e68ce10d2b580f (diff)
downloadopenembedded-681ad34c8728c9358043856ecc4c52377ffcee78.tar.gz
firefox.inc: add curl to DEPENDS, needed for crash reporter
Diffstat (limited to 'recipes/mozilla')
-rw-r--r--recipes/mozilla/firefox.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mozilla/firefox.inc b/recipes/mozilla/firefox.inc
index 024858a64d..0c75e1002b 100644
--- a/recipes/mozilla/firefox.inc
+++ b/recipes/mozilla/firefox.inc
@@ -1,5 +1,5 @@
DESCRIPTION ?= "Browser made by mozilla"
-DEPENDS += "alsa-lib"
+DEPENDS += "alsa-lib curl"
SRC_URI += "file://mozilla-${PN}.png file://mozilla-${PN}.desktop"
ARM_INSTRUCTION_SET = "arm"