83fc2cfb34
Change-Id: Ia94c53457e328db9bdd8dd22d7a39e49c358301c
10 lines
109 B
C
10 lines
109 B
C
/*
|
|
Settings for OpenGL
|
|
*/
|
|
|
|
#ifndef CONFIG_OPENGL_H
|
|
#define CONFIG_OPENGL_H
|
|
|
|
#define HAVE_GLEW_1_12 0
|
|
|
|
#endif
|