--- trunk/opengl-update/opengl-update.in 2012/12/31 15:06:03 1999 +++ trunk/opengl-update/opengl-update.in 2012/12/31 15:14:19 2003 @@ -243,6 +243,8 @@ # First remove old symlinks for file in lib{EGL,GL*,OpenVG}{,core}.{so,dylib,a,la} do + # exclude libGLU + [[ ${file} = libGLU.so ]] && continue [[ -h ${file} ]] && rm -f ${file} done @@ -271,6 +273,8 @@ # First remove old symlinks for file in lib{EGL,GL*,OpenVG}{,core}.{so,dylib,a,la} do + # exclude libGLU + [[ ${file} = libGLU.so ]] && continue [[ -h ${file} ]] && rm -f ${file} done @@ -326,7 +330,7 @@ # Setup the includes local -A headers - headers[GL]="gl.h glx.h glxtokens.h glext.h glxext.h glxmd.h glxproto.h glu.h glu_mangle.h" + headers[GL]="gl.h glx.h glxtokens.h glext.h glxext.h glxmd.h glxproto.h" headers[GLES]="egl.h gl_extensions.h glext.h gl.h glplatform.h" headers[GLES2]="gl2ext.h gl2.h gl2platform.h" headers[EGL]="eglext.h egl.h eglmesaext.h eglplatform.h"