wok diff w3m/receipt @ rev 20318
revert back to v4.4,since glib +gtk error :-( probably v4.6.3 would work, but cannot find it on dev server
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun May 20 11:19:35 2018 +0000 (2018-05-20) |
parents | 17e313b5b9c1 |
children | 86c657b651d4 |
line diff
1.1 --- a/w3m/receipt Tue Feb 17 09:42:47 2015 +0100 1.2 +++ b/w3m/receipt Sun May 20 11:19:35 2018 +0000 1.3 @@ -11,8 +11,8 @@ 1.4 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$TARBALL" 1.5 TAGS="web-browser" 1.6 1.7 -DEPENDS="gc libcrypto libssl ncurses" 1.8 -BUILD_DEPENDS="gc gc-dev libcrypto-dev openssl-dev" 1.9 +DEPENDS="gc libcrypto libssl ncurses imlib2" 1.10 +BUILD_DEPENDS="gc gc-dev libcrypto-dev openssl-dev imlib2-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 @@ -26,7 +26,8 @@ 1.15 patch -p0 < $i && touch done.$(basename $i) || return 1 1.16 fi 1.17 done 1.18 - ./configure $CONFIGURE_ARGS && make && make install 1.19 + ./configure --enable-image=x11,fb --with-imagelib=imlib2 $CONFIGURE_ARGS 1.20 + make && make install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.