Magellan Linux

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

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

revision 2069 by niro, Fri Mar 8 14:09:44 2013 UTC revision 2518 by niro, Wed Jan 15 14:08:52 2014 UTC
# Line 339  set_new_implementation() Line 339  set_new_implementation()
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 GLES3 KHR VG   for incl_dir in EGL GL GLES GLES2 GLES3 KHR VG
341   do   do
342     # run this only if the include dir exist in the chosen profile
343     [[ -e ${PREFIX}/${LIBDIR}/opengl/${GL_LOCAL}/include/${incl_dir} ]] || continue
344    
345   mkdir -p ${DST_PREFIX}/include/${incl_dir}   mkdir -p ${DST_PREFIX}/include/${incl_dir}
346   pushd ${DST_PREFIX}/include/${incl_dir} &> /dev/null   pushd ${DST_PREFIX}/include/${incl_dir} &> /dev/null
347   for file in ${headers[${incl_dir}]}   for file in ${headers[${incl_dir}]}

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