wok rev 13764

matchbox-window-manager-2: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 03 11:46:37 2013 +0100 (2013-01-03)
parents e30853402e1d
children d19159d4094b
files matchbox-window-manager-2/receipt
line diff
     1.1 --- a/matchbox-window-manager-2/receipt	Thu Jan 03 11:27:09 2013 +0100
     1.2 +++ b/matchbox-window-manager-2/receipt	Thu Jan 03 11:46:37 2013 +0100
     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 \