wok diff matchbox-window-manager-2/receipt @ rev 14523

Up: transmission-cli (2.52)
author Richard Dunbar <mojo@slitaz.org>
date Fri May 17 03:22:11 2013 +0000 (2013-05-17)
parents dbf89b0ec274
children 2b9f96603415
line diff
     1.1 --- a/matchbox-window-manager-2/receipt	Sun Dec 25 16:26:10 2011 +0100
     1.2 +++ b/matchbox-window-manager-2/receipt	Fri May 17 03:22:11 2013 +0000
     1.3 @@ -11,12 +11,13 @@
     1.4  BRANCH="$VERSION"
     1.5  
     1.6  DEPENDS="gtk+"
     1.7 -BUILD_DEPENDS="gtk+-dev subversion libffi"
     1.8 +BUILD_DEPENDS="gtk+-dev subversion libffi autoconf automake libtool"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14 +	export LDFLAGS="-Wl,--copy-dt-needed-entries -lexpat"
    1.15  	./autogen.sh \
    1.16  		--enable-png-theme \
    1.17  		--enable-composite-manager=xrender \