Robert Hildinger (rhilding) wrote:
> ./configure --build=i686-linux --target=arm-linux --host=arm-linux \
>             --prefix=/tmp/rhilding/target_root \
>             --disable-x11 --disable-voodoo \
>             --disable-mmx --disable-sse --disable-sdl \
>             --disable-gif --disable-video4linux --disable-video4linux2 \
>             --enable-fbdev --disable-freetype --with-tests \
>             --with-gfxdrivers=none --with-inputdrivers=linuxinput
> have_linux=yes
> 

You need to set the prefix to something like --prefix=/usr/local (default) and 
run make install like that:

        make DESTDIR=/tmp/rhilding/target_root install

-- 
Best regards,
   Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to