# HG changeset patch # User Pascal Bellard # Date 1396597838 0 # Node ID c7f4789e0f62d7817be31d757dac291b2fd7636b # Parent a1fff9cb2cd5d699791b44103ce8b8642731ea01 geany-plugins: fix bdeps diff -r a1fff9cb2cd5 -r c7f4789e0f62 geany-plugins/receipt --- a/geany-plugins/receipt Fri Apr 04 07:39:36 2014 +0000 +++ b/geany-plugins/receipt Fri Apr 04 07:50:38 2014 +0000 @@ -14,6 +14,12 @@ DEPENDS="enchant gtkspell geany lua" BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev libxml2-dev" +# Handle cross compilation. +case "$ARCH" in + i?86) + BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev libxml2-dev vte-dev" +esac + # Rules to configure and make the package. compile_rules() {