wok-6.x diff clutter-gtk/receipt @ rev 6586
Up: python, python-dev to 2.7.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 09 03:17:36 2010 +0000 (2010-10-09) |
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 Oct 09 03:17:36 2010 +0000 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 &&