wok diff pango/receipt @ rev 16103

ARM: add dwm, dmenu, mpc, nmpc
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 18 22:35:00 2014 +0100 (2014-03-18)
parents 53082fab5f1e
children 7ab1534edf55
line diff
     1.1 --- a/pango/receipt	Sun Mar 16 00:22:05 2014 +0100
     1.2 +++ b/pango/receipt	Tue Mar 18 22:35:00 2014 +0100
     1.3 @@ -19,14 +19,10 @@
     1.4  
     1.5  # Handle cross compilation
     1.6  case "$ARCH" in
     1.7 +	i?86) BUILD_DEPENDS="$BUILD_DEPENDS gobject-introspection-dev" ;;
     1.8  	arm*) export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib" ;;
     1.9  esac
    1.10  
    1.11 -# Handle cross compilation
    1.12 -case "$ARCH" in
    1.13 -	i?86) BUILD_DEPENDS="$BUILD_DEPENDS gobject-introspection-dev" ;;
    1.14 -esac
    1.15 -
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {