wok-6.x diff matchbox-window-manager-2/receipt @ rev 14905
tazdrop: try to fix (need pre-generate .mo files)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jul 31 20:36:06 2013 +0300 (2013-07-31) |
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 31 20:36:06 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 \