diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-04-30 23:59:17 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-04-30 23:59:17 +0000 |
commit | 1c9196a130c2a4f78e89a871deebb3cd9ac60cc8 (patch) | |
tree | abef540903eada77c06cc0aba75fad8e143ca7db /packages/gnash | |
parent | e1d79cb2dd8cd4b6bef47fd5bb21d6765e61e8bc (diff) |
gnash-minimal_0.8.2.bb: New configuration; fb only, dedicated simple swf files only.
Diffstat (limited to 'packages/gnash')
-rw-r--r-- | packages/gnash/gnash-minimal_0.8.2.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/packages/gnash/gnash-minimal_0.8.2.bb b/packages/gnash/gnash-minimal_0.8.2.bb new file mode 100644 index 0000000000..572c144369 --- /dev/null +++ b/packages/gnash/gnash-minimal_0.8.2.bb @@ -0,0 +1,35 @@ +require gnash.inc + +# gnash-minimal is intended for running directly on a framebuffer device +# for memory constrained devices, but does not accept all SWF files. +# It is useful as a GUI frontend for dedicated SWF files. + +DEFAULT_PREFERENCE = "-1" + +DEPENDS = "libxml2 libmad zlib boost jpeg pango curl freetype" + +S = ${WORKDIR}/gnash-${PV} + +# JPEG support and libz cannot be disabled due to a bug in 0.8.2. +# maintainer-mode is enabled to disable the testsuite. + +EXTRA_OECONF="--enable-gui=gtk \ + --enable-renderer=agg \ + --enable-media=none \ + --enable-agg \ + --enable-gui=fb \ + --enable-z \ + --enable-jpeg \ + --disable-klash \ + --disable-glext \ + --disable-Xft \ + --disable-expat \ + --disable-mad \ + --disable-gstreamer \ + --disable-cairo \ + --disable-plugin \ + --disable-cygnal \ + --disable-testsuite \ + --enable-maintainer-mode \ + --with-top-level=${STAGING_DIR_HOST}/usr \ + " |