diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-21 09:50:49 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-21 09:50:49 +0200 |
commit | 32ed7bef9adf1e4dfff7f176bd5c3540b2559f26 (patch) | |
tree | c444bb4ed4d14aea7f29f97451d675ab34ca60c9 /recipes/gnash/gnash_0.8.5.bb | |
parent | e9f7e9734edc75fde0f3c4f8dd7b774d95b7b6e7 (diff) | |
parent | 84cdf85f95bf122372d4558889dc64f1d232abb8 (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 \ + " |