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 769014 - Fix build error on 32-bit
Fix build error on 32-bit
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2016-07-20 22:02 UTC by Florian Müllner
Modified: 2016-07-20 22:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cogl-gles2: Don't leak gles2 types into mutter (924 bytes, patch)
2016-07-20 22:02 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2016-07-20 22:02:51 UTC
See patch.
Comment 1 Florian Müllner 2016-07-20 22:02:55 UTC
Created attachment 331850 [details] [review]
cogl-gles2: Don't leak gles2 types into mutter

On i686, the GLsizeiptr typedef in cogl-gles2.h conflicts with the
system GL headers, so make sure we don't include both.
Comment 2 Carlos Garnacho 2016-07-20 22:13:22 UTC
Comment on attachment 331850 [details] [review]
cogl-gles2: Don't leak gles2 types into mutter

Makes sense
Comment 3 Florian Müllner 2016-07-20 22:16:52 UTC
Attachment 331850 [details] pushed as 991f2d6 - cogl-gles2: Don't leak gles2 types into mutter