diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-07-20 13:04:10 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-07-20 13:04:10 -0700 |
commit | 84cdf85f95bf122372d4558889dc64f1d232abb8 (patch) | |
tree | a0677e890d763e77957ce41306cc69ea562ffc67 /recipes/gnash/gnash_0.8.5.bb | |
parent | 6c333ee75ad6b633c9e218f22193a02453f9215d (diff) | |
parent | 21b107bab4a6fcb1bd4a3afa618dea6d53db07f0 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gnash/gnash_0.8.5.bb')
-rw-r--r-- | 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 fa9b3230e3..c68700fed4 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 \ + " |