wok-stable diff clutter-gtk/receipt @ rev 6403
orage: typos in depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 25 13:37:25 2010 +0200 (2010-09-25) |
parents | 98e0e149b48e |
children | b5c56705223a |
line diff
1.1 --- a/clutter-gtk/receipt Sun Oct 25 17:31:52 2009 +0100 1.2 +++ b/clutter-gtk/receipt Sat Sep 25 13:37:25 2010 +0200 1.3 @@ -15,6 +15,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i -e 's/GTK_WIDGET_REALIZED/gtk_widget_get_realized/' \ 1.8 + -e 's/GTK_WIDGET_VISIBLE/gtk_widget_get_visible/' \ 1.9 + clutter-gtk/gtk-clutter-embed.c 1.10 ./configure \ 1.11 --prefix=/usr \ 1.12 $CONFIGURE_ARGS &&