wok-4.x rev 9360
devilspie: fix compile_rules (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 20 15:08:08 2011 +0100 (2011-03-20) |
parents | a0affa57b337 |
children | 24b56e6f0173 |
files | devilspie/receipt |
line diff
1.1 --- a/devilspie/receipt Sun Mar 20 14:58:16 2011 +0100 1.2 +++ b/devilspie/receipt Sun Mar 20 15:08:08 2011 +0100 1.3 @@ -17,8 +17,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - sed -i -e 's/GDK_DISPLAY(/gdk_display_get_default(/' \ 1.8 + sed -i \ 1.9 -e 's/gdk_display/GDK_DISPLAY_XDISPLAY(gdk_display_get_default())/' \ 1.10 + -e 's/GDK_DISPLAY(/gdk_display_get_default(/' \ 1.11 src/xutils.c src/actions.c 1.12 ./configure \ 1.13 --prefix=/usr \