wok-current rev 15731
matchbox-window-manager-2: remove XML_StopParser
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 28 09:26:15 2013 +0000 (2013-12-28) |
parents | f091ce590d71 |
children | d8cd6b2f49d7 |
files | matchbox-window-manager-2/receipt |
line diff
1.1 --- a/matchbox-window-manager-2/receipt Fri Dec 27 14:43:50 2013 +0000 1.2 +++ b/matchbox-window-manager-2/receipt Sat Dec 28 09:26:15 2013 +0000 1.3 @@ -19,6 +19,10 @@ 1.4 { 1.5 cd $src 1.6 export LDFLAGS="-Wl,--copy-dt-needed-entries -lexpat" 1.7 + 1.8 + # http://git.yoctoproject.org/cgit/cgit.cgi/libmatchboxwm2/commit/?h=rib//matchbox-next&context=6 1.9 + sed -i 's|XML_StopParser|// &|' matchbox/theme-engines/mb-wm-theme.c 1.10 + 1.11 ./autogen.sh \ 1.12 --enable-png-theme \ 1.13 --enable-composite-managers=xrender \