wok-6.x rev 13917
xpaint: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 25 11:41:43 2013 +0100 (2013-01-25) |
parents | be2618d310ab |
children | f08a314a5793 |
files | libXaw3dXft/receipt xpaint/receipt |
line diff
1.1 --- a/libXaw3dXft/receipt Fri Jan 25 10:52:31 2013 +0100 1.2 +++ b/libXaw3dXft/receipt Fri Jan 25 11:41:43 2013 +0100 1.3 @@ -15,7 +15,11 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - ./configure $CONFIGURE_ARGS && make && make install 1.8 + ./configure \ 1.9 + --enable-arrow-scrollbars \ 1.10 + --enable-gray-stipples \ 1.11 + --enable-multiplane-bitmaps \ 1.12 + $CONFIGURE_ARGS && make && make install 1.13 } 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/xpaint/receipt Fri Jan 25 10:52:31 2013 +0100 2.2 +++ b/xpaint/receipt Fri Jan 25 11:41:43 2013 +0100 2.3 @@ -10,7 +10,8 @@ 2.4 WGET_URL="$SF_MIRROR/sf-$PACKAGE/$TARBALL" 2.5 2.6 DEPENDS="openjpeg libXaw3dXft" 2.7 -BUILD_DEPENDS="openjpeg-dev libXaw3dXft-dev" 2.8 +BUILD_DEPENDS="openjpeg-dev libXaw3dXft-dev libpng-dev jpeg-dev tiff-dev \ 2.9 +expat-dev" 2.10 2.11 # Rules to configure and make the package. 2.12 compile_rules()