diff 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
line wrap: on
line diff
--- a/build-mipsel.sh	Sat Jul 31 16:36:53 2010 +0800
+++ b/build-mipsel.sh	Sat Jul 31 17:31:00 2010 +0800
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 autoreconf -ifs
-./configure --host mipsel-linux --build i686-pc-linux-gnu --prefix ${TANGO} --disable-sh_text --disable-X_supp
+./configure --host mipsel-linux --build i686-pc-linux-gnu --prefix ${TANGO} --disable-sh_text --with-backend=dfb
 make && make install