diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-10-22 12:36:16 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-10-22 12:37:02 +0200 |
commit | 23402486d51725236949b8750f7c654bf02d9efc (patch) | |
tree | 41d6492edb9b417a6cb09650cf094b4c1a8dc8e2 | |
parent | 30776429ddedfc3ffd9d5b718bb755ee226ce739 (diff) |
gnash-fb: Fix DEPENDS from cairo to agg.
-rw-r--r-- | recipes/gnash/gnash-fb_0.8.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnash/gnash-fb_0.8.5.bb b/recipes/gnash/gnash-fb_0.8.5.bb index 455d2d3c42..79e90a8d4e 100644 --- a/recipes/gnash/gnash-fb_0.8.5.bb +++ b/recipes/gnash/gnash-fb_0.8.5.bb @@ -1,6 +1,6 @@ require gnash.inc -DEPENDS += "gst-plugins-base cairo libmad" +DEPENDS += "gst-plugins-base agg libmad" acpaths = " -Imacros" |