wok diff vte/receipt @ rev 17043

Add mxml
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 19 17:47:01 2014 +0200 (2014-08-19)
parents 2676fa7f0f93
children 1d9949f99916
line diff
     1.1 --- a/vte/receipt	Thu Apr 03 23:22:36 2014 +0200
     1.2 +++ b/vte/receipt	Tue Aug 19 17:47:01 2014 +0200
     1.3 @@ -12,13 +12,13 @@
     1.4  HOST_ARCH="i486 arm"
     1.5  
     1.6  DEPENDS="gtk+ ncurses xorg-libXdamage"
     1.7 -BUILD_DEPENDS="gtk+-dev ncurses-dev "
     1.8 +BUILD_DEPENDS="gtk+-dev ncurses-dev"
     1.9  
    1.10  # Handle cross compilation.
    1.11  case "$ARCH" in
    1.12  	i?86) 
    1.13  		BUILD_DEPENDS="pygtk-dev python-dev gobject-introspection-dev
    1.14 -		perl perl-xml-parser"
    1.15 +		perl perl-xml-parser ncurses-dev"
    1.16  		ARCH_ARGS="--enable-introspection=yes" ;;
    1.17  	arm) 
    1.18  		ARCH_ARGS="--enable-introspection=no" ;;