--opengl works now, had to fix dep issues in linux. TODO: --opengl-renderer
This commit is contained in:
parent
7084c8be28
commit
859aa0cf14
@ -134,6 +134,8 @@ if(GetOption('win')):
|
||||
env.Append(CPPDEFINES=['__CRT__NO_INLINE'])
|
||||
env.Append(LINKFLAGS=['-Wl,--stack=16777216'])
|
||||
if(GetOption('lin')):
|
||||
if(GetOption('opengl')):
|
||||
env.ParseConfig('pkg-config --libs glew gl glu')
|
||||
openGLLibs = ['GL']
|
||||
env.Append(LIBS=['X11', 'rt'])
|
||||
env.Append(CPPDEFINES=["LIN"])
|
||||
|
Reference in New Issue
Block a user