remove GLU dependency, closes #3787
This commit is contained in:
parent
f93e333e85
commit
587826f879
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ def configure(env):
|
|||
print("PulseAudio development libraries not found, disabling driver")
|
||||
|
||||
env.Append(CPPFLAGS=['-DX11_ENABLED','-DUNIX_ENABLED','-DGLES2_ENABLED','-DGLES_OVER_GL'])
|
||||
env.Append(LIBS=['GL', 'GLU', 'pthread', 'z'])
|
||||
env.Append(LIBS=['GL', 'pthread', 'z'])
|
||||
if (platform.system() == "Linux"):
|
||||
env.Append(LIBS='dl')
|
||||
#env.Append(CPPFLAGS=['-DMPC_FIXED_POINT'])
|
||||
|
|
Loading…
Reference in a new issue