diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-12-06 09:24:47 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-12-06 09:24:47 +0000 |
commit | ee1b83d05c96199a45b53840e96eafc6dec33d6e (patch) | |
tree | cb9aaa4abb09068a731ca62228b1e917506d2293 | |
parent | d25c8d1396f6ab3761cdefde105cd4367a9d6289 (diff) |
firefox_2.0.0.3.bb : fix quoting
-rw-r--r-- | packages/mozilla/firefox_2.0.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mozilla/firefox_2.0.0.3.bb b/packages/mozilla/firefox_2.0.0.3.bb index 06307e7c1c..240ccf3fc2 100644 --- a/packages/mozilla/firefox_2.0.0.3.bb +++ b/packages/mozilla/firefox_2.0.0.3.bb @@ -12,7 +12,7 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/ file://eabi-fix3.patch;patch=1 \ file://linkage-problem.patch;patch=1 \ " -DEPENDS += cairo +DEPENDS += "cairo" S = "${WORKDIR}/mozilla" DEFAULT_PREFERENCE = "-1" |