wok diff geany-plugins/receipt @ rev 19234

httpfs-fuse-static: add fusermount (static)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 25 13:38:04 2016 +0200 (2016-06-25)
parents 128aae84d74c
children a78610b2eb47
line diff
     1.1 --- a/geany-plugins/receipt	Thu Apr 03 22:56:54 2014 +0200
     1.2 +++ b/geany-plugins/receipt	Sat Jun 25 13:38:04 2016 +0200
     1.3 @@ -14,6 +14,12 @@
     1.4  DEPENDS="enchant gtkspell geany lua"
     1.5  BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev libxml2-dev"
     1.6  
     1.7 +# Handle cross compilation.
     1.8 +case "$ARCH" in
     1.9 +	i?86) 
    1.10 +		BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev libxml2-dev vte-dev"
    1.11 +esac
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {