--- trunk/opengl-update/opengl-update.in 2012/11/15 13:54:40 1988 +++ tags/openglupdate-2_3_6/opengl-update.in 2013/03/07 13:37:21 2068 @@ -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 @@ -329,7 +333,7 @@ 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 eglplatform.h" + headers[EGL]="eglext.h egl.h eglmesaext.h eglplatform.h" headers[KHR]="khrplatform.h" headers[VG]="openvg.h vgext.h vgplatform.h vgu.h" for incl_dir in EGL GL GLES GLES2 KHR VG