mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] egl: remove dependency on SDL
After this PR, EGL functions are now accessed through <EGL/egl.h> instead of through <SDL2/SDL_egl.h>, removing a pointless dependency on SDL.
This commit is contained in:
@@ -29,10 +29,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
#include <EGL/egl.h>
|
||||
|
||||
#if defined(SDL_VIDEO_DRIVER_WAYLAND)
|
||||
#include <wayland-egl.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
|
Reference in New Issue
Block a user