After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 610454 - fails to build due to cogl_texture_unref being deprecated
fails to build due to cogl_texture_unref being deprecated
Status: RESOLVED DUPLICATE of bug 610862
Product: mutter
Classification: Core
Component: general
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-19 13:45 UTC by Dominique Leuenberger
Modified: 2010-02-23 17:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Just for reference... this was the forgotten patch (SORRY!) (1.51 KB, patch)
2010-02-23 17:45 UTC, Dominique Leuenberger
none Details | Review

Description Dominique Leuenberger 2010-02-19 13:45:50 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.
Comment 1 Owen Taylor 2010-02-23 17:40:39 UTC
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 ***
Comment 2 Dominique Leuenberger 2010-02-23 17:45:09 UTC
Created attachment 154526 [details] [review]
Just for reference... this was the forgotten patch (SORRY!)