Allow buildall.sh to use system libraries
commit22e5569ba56b4930268782f07a01ac55f45be287
authormalc <av1474@comtv.ru>
Sun, 6 Oct 2013 13:15:06 +0000 (6 17:15 +0400)
committermalc <av1474@comtv.ru>
Sun, 6 Oct 2013 13:15:06 +0000 (6 17:15 +0400)
treecaf32683897d89d6ff3c486c1352d3432a9e7723
parentcd4d614928ae4919dc0753dc3eb4f171f249f1ee
Allow buildall.sh to use system libraries

For instance to use system libjpeg (turbo):

sh buildall.sh -f '( jpeg|zlib)'

NB a. space before jpeg is significant
   b. freetype needs more love (i.e. excluding it doesn't work at the moment)
buildall.sh