view build-mipsel.sh @ 901:74e3ba4d3fa1

Fix issue of unworking text style. Text style is not working. It caused by miss understanding on usage of fontconfig. I think, I had found a right way :P Fix me if I am wrong!
author Thinker K.F. Li <thinker@codemud.net>
date Fri, 01 Oct 2010 12:05:23 +0800
parents 21f944e79b19
children
line wrap: on
line source

#!/bin/sh

autoreconf -ifs
./configure --host mipsel-linux --build i686-pc-linux-gnu --prefix ${TANGO} --disable-sh_text --with-backend=dfb
make && make install