commit | 9acd374822022793b09427d67ea4033915343dd8 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Oct 11 15:25:42 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Oct 11 15:26:35 2013 -0700 |
tree | 9493c12a481cbf0aea796ce2848174d7faca2be5 | |
parent | be0ac5b1472ec74048bc2900c6b933c8450bd177 [diff] |
fbdev: Fix compilation without EGL We have to duplicate #defines and typedefs for the EGL types and constants we use in gl-renderer.h so we can compile the fbdev backend without EGL. https://bugs.freedesktop.org/show_bug.cgi?id=70392