comparison build-mipsel.sh @ 654:21f944e79b19

Use --with-backend to specify display backend.
author Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
date Sat, 31 Jul 2010 17:31:00 +0800
parents 6f71f1b8e4e7
children
comparison
equal deleted inserted replaced
653:34710e86b4a2 654:21f944e79b19
1 #!/bin/sh 1 #!/bin/sh
2 2
3 autoreconf -ifs 3 autoreconf -ifs
4 ./configure --host mipsel-linux --build i686-pc-linux-gnu --prefix ${TANGO} --disable-sh_text --disable-X_supp 4 ./configure --host mipsel-linux --build i686-pc-linux-gnu --prefix ${TANGO} --disable-sh_text --with-backend=dfb
5 make && make install 5 make && make install