You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And, after adding cogl-sdl support, it's not finding SDL.h:
In file included from rut.c:29:0:
/usr/include/cogl2/cogl/cogl-sdl.h:46:17: fatal error: SDL.h: No such file or directory
#include <SDL.h>
^
compilation terminated.
Cogl doesn't build with SDL support enabled by default (on my Arch system, at least).
Rig's ./configure works fine, but the make dies here:
Maybe configure should add a
cogl-sdl.h
test?The text was updated successfully, but these errors were encountered: