wok diff libXaw3dXft/receipt @ rev 14569

Up xorg-libXp (1.0.2), xorg-libXinerama (1.1.3), xorg-libXi (1.7.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 24 12:05:11 2013 +0200 (2013-05-24)
parents be2618d310ab
children 677cbc9dcb37
line diff
     1.1 --- a/libXaw3dXft/receipt	Fri Jan 25 10:52:31 2013 +0100
     1.2 +++ b/libXaw3dXft/receipt	Fri May 24 12:05:11 2013 +0200
     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.