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 703877 - Bump the required Cogl version to 1.15.1
Bump the required Cogl version to 1.15.1
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks: 703608 703878
 
 
Reported: 2013-07-09 15:11 UTC by Neil Roberts
Modified: 2013-07-10 13:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Bump the required Cogl version to 1.15.1 (981 bytes, patch)
2013-07-09 15:11 UTC, Neil Roberts
committed Details | Review
Add COGL_DISABLE_DEPRECATION_WARNINGS to the build flags (2.31 KB, patch)
2013-07-09 15:11 UTC, Neil Roberts
committed Details | Review

Description Neil Roberts 2013-07-09 15:11:08 UTC
.
Comment 1 Neil Roberts 2013-07-09 15:11:10 UTC
Created attachment 248740 [details] [review]
Bump the required Cogl version to 1.15.1

The unstable Wayland API which Clutter is using has changed so it will
soon no longer build with Cogl 1.14 when Wayland support is enabled.
Comment 2 Neil Roberts 2013-07-09 15:11:13 UTC
Created attachment 248741 [details] [review]
Add COGL_DISABLE_DEPRECATION_WARNINGS to the build flags

Cogl 1.16 has deprecated a lot of API which it will be difficult for
Clutter to catch up with. For the time being the warnings are just
being disabled to keep the build output clean.
Comment 3 Emmanuele Bassi (:ebassi) 2013-07-10 13:10:03 UTC
Attachment 248740 [details] pushed as 2db5ae5 - Bump the required Cogl version to 1.15.1
Attachment 248741 [details] pushed as fa8809d - Add COGL_DISABLE_DEPRECATION_WARNINGS to the build flags