wok diff slim/receipt @ rev 16297

Fix: actually, manual locale copy is not needed
author Alexander Medvedev <devl547@gmail.com>
date Mon Apr 07 08:05:24 2014 +0000 (2014-04-07)
parents 9a36cf269dc0
children 59d26358e983
line diff
     1.1 --- a/slim/receipt	Sat Mar 22 20:15:59 2014 +0100
     1.2 +++ b/slim/receipt	Mon Apr 07 08:05:24 2014 +0000
     1.3 @@ -17,6 +17,7 @@
     1.4  DEPENDS="gcc-lib-base libjpeg libpng xorg-libXft xorg-libXmu"
     1.5  BUILD_DEPENDS="freetype-dev jpeg-dev libpng-dev xorg-libXft-dev xorg-libXmu-dev"
     1.6  
     1.7 +# Handle cross compilation
     1.8  case "$ARCH" in
     1.9  	i?86) 
    1.10  		BUILD_DEPENDS="$BUILD_DEPENDS cmake"