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 | |
parent | 0f7e838b2adbb4200bba8a577c3c855e2f17bc9b (diff) |
gnash-minimal: DEPEND on agg.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/boost/boost_1.33.1.bb | 1 | ||||
-rw-r--r-- | packages/gnash/gnash-minimal_0.8.2.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/boost/boost_1.33.1.bb b/packages/boost/boost_1.33.1.bb index b71e2f446f..516a20bfe9 100644 --- a/packages/boost/boost_1.33.1.bb +++ b/packages/boost/boost_1.33.1.bb @@ -17,6 +17,7 @@ BOOST_P = "boost_${BOOST_VER}" SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2" #SRC_URI += "file://unit_test_log10f.patch;patch=1" SRC_URI += "file://linux-uclibc.patch;patch=1" +SRC_URI += "file://atomic_count_gcc_atomicity.patch;patch=1" S = "${WORKDIR}/${BOOST_P}" 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} |