wok-6.x diff vte/receipt @ rev 16857
libwebkit-video: update builddeps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Jul 13 07:09:23 2014 +0300 (2014-07-13) |
parents | 2676fa7f0f93 |
children | 1d9949f99916 |
line diff
1.1 --- a/vte/receipt Thu Apr 03 23:22:36 2014 +0200 1.2 +++ b/vte/receipt Sun Jul 13 07:09:23 2014 +0300 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" ;;