# HG changeset patch # User Christophe Lincoln # Date 1398948207 -7200 # Node ID 03278f2046f31e421f7d01d9090646dd201222ca # Parent bde28fa63512598ef4dadfbae4f1727d5a8d5c7d slitaz-configs: fix build for ARM diff -r bde28fa63512 -r 03278f2046f3 slitaz-configs/receipt --- a/slitaz-configs/receipt Thu May 01 12:12:31 2014 +0200 +++ b/slitaz-configs/receipt Thu May 01 14:43:27 2014 +0200 @@ -13,7 +13,6 @@ DEPENDS="slitaz-configs-base xorg-libXcomposite xorg-libXdamage \ xorg-xcompmgr transset-df ttf-dejavu slim" -BUILD_DEPENDS="locale-fr locale-pt_BR locale-ru" # Special case for ARM since some (most) config files are in slitaz-arm repo. # i486/arm common configs are provided by slitaz-configs-base. @@ -22,6 +21,10 @@ arm*) DEPENDS="slitaz-arm-configs ttf-dejavu slim" ;; esac +case "$ARCH" in + i?86*) BUILD_DEPENDS="locale-fr locale-pt_BR locale-ru" ;; +esac + # Rules to configure and make the package. compile_rules() {