diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-05-01 18:51:26 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-05-01 18:51:26 +0000 |
commit | 7c8801be5aae74b81965432405074baa7236df3f (patch) | |
tree | 31dd946fc06844a8f23733c824659542d998a140 /packages/gnash | |
parent | 0f7e838b2adbb4200bba8a577c3c855e2f17bc9b (diff) |
gnash-minimal: DEPEND on agg.
Diffstat (limited to 'packages/gnash')
-rw-r--r-- | packages/gnash/gnash-minimal_0.8.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gnash/gnash-minimal_0.8.2.bb b/packages/gnash/gnash-minimal_0.8.2.bb index 572c144369..b3ec3c74aa 100644 --- a/packages/gnash/gnash-minimal_0.8.2.bb +++ b/packages/gnash/gnash-minimal_0.8.2.bb @@ -6,7 +6,7 @@ require gnash.inc DEFAULT_PREFERENCE = "-1" -DEPENDS = "libxml2 libmad zlib boost jpeg pango curl freetype" +DEPENDS = "agg libxml2 libmad zlib boost jpeg pango curl freetype" S = ${WORKDIR}/gnash-${PV} |