gnash-minimal: DEPEND on agg.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Thu, 1 May 2008 18:51:26 +0000 (18:51 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Thu, 1 May 2008 18:51:26 +0000 (18:51 +0000)
packages/boost/boost_1.33.1.bb
packages/gnash/gnash-minimal_0.8.2.bb

index b71e2f4..516a20b 100644 (file)
@@ -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}"
 
index 572c144..b3ec3c7 100644 (file)
@@ -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}