Hello Russ,
On Sat, Apr 5, 2008 at 10:16 PM, Russ Nelson <[EMAIL PROTECTED]> wrote:
> Rob Savoye writes:
> > Ah, that makes sense. I'd love to see our OE support kept up to date
> > in such a way anyone working with OE could build a recent Gnash.
>
> As far as I know, I've done that. Have I not?
>
Yes, you have, excellent work!
I merely wanted to create a minimal Gnash configuration within OE as
well (the proposed naming in OE is gnash-minimal.bb) but I got stuck.
For example, --disable-jpeg does not work for me. I am testing on my
host machine only here:
#!/bin/bash
rm -rf gnash-0.8.2
tar xjf gnash-0.8.2.tar.bz2
cd gnash-0.8.2
EXTRA_OECONF="--enable-gui=gtk \
--enable-renderer=agg \
--enable-media=none \
--enable-agg \
--enable-gui=fb \
--disable-klash \
--disable-z \
--disable-jpeg \
--disable-glext \
--disable-Xft \
--disable-expat \
--disable-mad \
--disable-gstreamer \
--disable-agg \
--disable-cairo \
--disable-plugin \
--disable-cygnal \
--disable-testsuite --enable-maintainer-mode"
echo $EXTRA_OECONF
./configure $EXTRA_OECONF
It still someone requires jpeg-dev to be installed.
Regards,
--
Leon
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev