Magellan Linux

Diff of /trunk/opengl-update/opengl-update.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2068 by niro, Mon Dec 31 15:14:19 2012 UTC revision 2069 by niro, Fri Mar 8 14:09:44 2013 UTC
# Line 333  set_new_implementation() Line 333  set_new_implementation()
333   headers[GL]="gl.h glx.h glxtokens.h glext.h glxext.h glxmd.h glxproto.h"   headers[GL]="gl.h glx.h glxtokens.h glext.h glxext.h glxmd.h glxproto.h"
334   headers[GLES]="egl.h gl_extensions.h glext.h gl.h glplatform.h"   headers[GLES]="egl.h gl_extensions.h glext.h gl.h glplatform.h"
335   headers[GLES2]="gl2ext.h gl2.h gl2platform.h"   headers[GLES2]="gl2ext.h gl2.h gl2platform.h"
336     headers[GLES3]="gl3ext.h gl3.h gl3platform.h"
337   headers[EGL]="eglext.h egl.h eglmesaext.h eglplatform.h"   headers[EGL]="eglext.h egl.h eglmesaext.h eglplatform.h"
338   headers[KHR]="khrplatform.h"   headers[KHR]="khrplatform.h"
339   headers[VG]="openvg.h vgext.h vgplatform.h vgu.h"   headers[VG]="openvg.h vgext.h vgplatform.h vgu.h"
340   for incl_dir in EGL GL GLES GLES2 KHR VG   for incl_dir in EGL GL GLES GLES2 GLES3 KHR VG
341   do   do
342   mkdir -p ${DST_PREFIX}/include/${incl_dir}   mkdir -p ${DST_PREFIX}/include/${incl_dir}
343   pushd ${DST_PREFIX}/include/${incl_dir} &> /dev/null   pushd ${DST_PREFIX}/include/${incl_dir} &> /dev/null

Legend:
Removed from v.2068  
changed lines
  Added in v.2069