GNOME Bugzilla – Bug 610454
fails to build due to cogl_texture_unref being deprecated
Last modified: 2010-02-23 17:45:09 UTC
Trying to build mutter 2.29.0 with clutter 1.1.12. The build fails with errors regarding cogl_texture_unref being deprecated. According the clutter home page, cogl_handle_unref should be used instead. The attached patch fixes the warning / build, but certainly requires a review.
Hmm, seems like you forgot to attach the patch. I think we want to just switch to requiring Clutter 1.1 at some point soon, so I'm dup'ing on a more comprehensive patch for that. *** This bug has been marked as a duplicate of bug 610862 ***
Created attachment 154526 [details] [review] Just for reference... this was the forgotten patch (SORRY!)