# HG changeset patch # User Pascal Bellard # Date 1359110503 -3600 # Node ID 6fa1191ecbc9916e575a0fa38a6faa088a538af1 # Parent be2618d310ab635b826ba779f2b8fbe7b6d2687b xpaint: update bdeps diff -r be2618d310ab -r 6fa1191ecbc9 libXaw3dXft/receipt --- a/libXaw3dXft/receipt Fri Jan 25 10:52:31 2013 +0100 +++ b/libXaw3dXft/receipt Fri Jan 25 11:41:43 2013 +0100 @@ -15,7 +15,11 @@ # Rules to configure and make the package. compile_rules() { - ./configure $CONFIGURE_ARGS && make && make install + ./configure \ + --enable-arrow-scrollbars \ + --enable-gray-stipples \ + --enable-multiplane-bitmaps \ + $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r be2618d310ab -r 6fa1191ecbc9 xpaint/receipt --- a/xpaint/receipt Fri Jan 25 10:52:31 2013 +0100 +++ b/xpaint/receipt Fri Jan 25 11:41:43 2013 +0100 @@ -10,7 +10,8 @@ WGET_URL="$SF_MIRROR/sf-$PACKAGE/$TARBALL" DEPENDS="openjpeg libXaw3dXft" -BUILD_DEPENDS="openjpeg-dev libXaw3dXft-dev" +BUILD_DEPENDS="openjpeg-dev libXaw3dXft-dev libpng-dev jpeg-dev tiff-dev \ +expat-dev" # Rules to configure and make the package. compile_rules()