wok-next rev 16566
slitaz-configs: fix build for ARM
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 01 14:43:27 2014 +0200 (2014-05-01) |
parents | bde28fa63512 |
children | 9980d71e07ca |
files | slitaz-configs/receipt |
line diff
1.1 --- a/slitaz-configs/receipt Thu May 01 12:12:31 2014 +0200 1.2 +++ b/slitaz-configs/receipt Thu May 01 14:43:27 2014 +0200 1.3 @@ -13,7 +13,6 @@ 1.4 1.5 DEPENDS="slitaz-configs-base xorg-libXcomposite xorg-libXdamage \ 1.6 xorg-xcompmgr transset-df ttf-dejavu slim" 1.7 -BUILD_DEPENDS="locale-fr locale-pt_BR locale-ru" 1.8 1.9 # Special case for ARM since some (most) config files are in slitaz-arm repo. 1.10 # i486/arm common configs are provided by slitaz-configs-base. 1.11 @@ -22,6 +21,10 @@ 1.12 arm*) DEPENDS="slitaz-arm-configs ttf-dejavu slim" ;; 1.13 esac 1.14 1.15 +case "$ARCH" in 1.16 + i?86*) BUILD_DEPENDS="locale-fr locale-pt_BR locale-ru" ;; 1.17 +esac 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 {