[oe-commits] Leon Woestenberg : gnash-0.8.5: Add cairo dependencies. Disable speex ( for now).

git version control git at git.openembedded.org
Mon Jul 20 18:50:11 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 21b107bab4a6fcb1bd4a3afa618dea6d53db07f0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=21b107bab4a6fcb1bd4a3afa618dea6d53db07f0

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Mon Jul 20 20:48:35 2009 +0200

gnash-0.8.5: Add cairo dependencies. Disable speex (for now).

http://groups.google.com/group/beagleboard/browse_thread/thread/2e1b0edd7fef88d5

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 recipes/gnash/gnash_0.8.5.bb |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/gnash/gnash_0.8.5.bb b/recipes/gnash/gnash_0.8.5.bb
index fa9b323..c68700f 100644
--- a/recipes/gnash/gnash_0.8.5.bb
+++ b/recipes/gnash/gnash_0.8.5.bb
@@ -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 \
+                "
 





More information about the Openembedded-commits mailing list