Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 444114
Collapse All | Expand All

(-)opengl.eselect.orig (-1 / +2 lines)
Lines 250-259 Link Here
250
		gl_header[GL]="gl.h glx.h glxtokens.h glext.h glxext.h glxmd.h glxproto.h"
250
		gl_header[GL]="gl.h glx.h glxtokens.h glext.h glxext.h glxmd.h glxproto.h"
251
		gl_header[GLES]="egl.h gl_extensions.h glext.h gl.h glplatform.h"
251
		gl_header[GLES]="egl.h gl_extensions.h glext.h gl.h glplatform.h"
252
		gl_header[GLES2]="gl2ext.h gl2.h gl2platform.h"
252
		gl_header[GLES2]="gl2ext.h gl2.h gl2platform.h"
253
		gl_header[GLES3]="gl3ext.h gl3.h gl3platform.h"
253
		gl_header[EGL]="eglext.h egl.h eglplatform.h"
254
		gl_header[EGL]="eglext.h egl.h eglplatform.h"
254
		gl_header[KHR]="khrplatform.h"
255
		gl_header[KHR]="khrplatform.h"
255
		gl_header[VG]="openvg.h vgext.h vgplatform.h vgu.h"
256
		gl_header[VG]="openvg.h vgext.h vgplatform.h vgu.h"
256
		for gl_dir in {EGL,GL,GLES,GLES2,KHR,VG}; do
257
		for gl_dir in {EGL,GL,GLES,GLES2,GLES3,KHR,VG}; do
257
			setup_includes_symlinks \
258
			setup_includes_symlinks \
258
			"${DST_PREFIX}/include/${gl_dir}" \
259
			"${DST_PREFIX}/include/${gl_dir}" \
259
				"${gl_header[${gl_dir}]}" \
260
				"${gl_header[${gl_dir}]}" \

Return to bug 444114