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

Up: python-kiwi (1.9.29)
author Claudinei Pereira <claudinei@slitaz.org>
date Wed Jul 24 18:59:52 2013 -0300 (2013-07-24)
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	Wed Jul 24 18:59:52 2013 -0300
     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 \