GNOME Bugzilla – Bug 710135
Fix build on big endian
Last modified: 2014-02-19 15:10:49 UTC
Commit 50d1285b updated the wl_shm enum values but left one out. Update it to fix the build on big endian.
Created attachment 257292 [details] [review] Fix build on big ending
s/ending/endian/ obviously. I can fix that before committing.
Good catch, thanks. I've made the spelling fix and pushed it to the master, 1.18 and 1.16 branches. While looking into it I noticed that Weston doesn't seem to handle this and always uploads the data as GL_BGRA/GL_UNSIGNED_BYTE. I checked with Kristian and he thinks this is probably a bug. If you are using Weston on big-endian you may want to look into that.
*** Bug 708755 has been marked as a duplicate of this bug. ***