"None" is used in the GLX section of cairo-boilerplate-vg.c, but then used again in the EGL section around line 218 where it should be "EGL_NONE".
Created attachment 98893 [details] [review] vg: Use EGL_NONE and GLX_NONE in place of None The patch handles the usage of EGL_NONE in EGL section and GLX_NONE in GLX section instead of None in cairo-boilerplate-vg.c. Verified with the build test.
Thanks; fix merged to trunk.
(In reply to comment #2) > Thanks; fix merged to trunk. Thank you Bryce for merging the changes :)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.