gnash-0.8.5: Add cairo dependencies. Disable speex (for now).
authorLeon Woestenberg <leon@sidebranch.com>
Mon, 20 Jul 2009 18:48:35 +0000 (20:48 +0200)
committerLeon Woestenberg <leon@sidebranch.com>
Mon, 20 Jul 2009 18:50:04 +0000 (20:50 +0200)
http://groups.google.com/group/beagleboard/browse_thread/thread/2e1b0edd7fef88d5

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
recipes/gnash/gnash_0.8.5.bb

index fa9b323..c68700f 100644 (file)
@@ -1,6 +1,6 @@
 require gnash.inc
 
-DEPENDS += "gst-plugins-base"
+DEPENDS += "gst-plugins-base cairo"
 
 acpaths = " -Imacros"
 
@@ -33,6 +33,10 @@ EXTRA_OECONF += " --without-included-ltdl \
                   --enable-png \
                   --with-png-incl=${STAGING_INCDIR} \
                   --with-png-lib=${STAGING_LIBDIR} \
+                  --with-cairo-incl=${STAGING_DIR_HOST}/usr/include/cairo \
+                  --with-cairo-lib=${STAGING_DIR_HOST}/usr/lib \
                   --enable-media=gst \
-                               "
+                  --disable-speex \
+                  --disable-speexdsp \
+                "