aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl-if-gl.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-06 06:44:41 +0100
committerSven Gothel <[email protected]>2010-11-06 06:44:41 +0100
commit4510ea5b74ffda4540a6221eef3b9e230e155c1c (patch)
treeaf1f3bcf8defb637b7bdf3c103d49ef82b739cb4 /make/config/jogl/gl-if-gl.cfg
parent63bb227bafd9704b8526bad2b0438955204a3c82 (diff)
Fix GL profile sets for gluegen code generation according to the updated headers.
Needs GlueGen 6b6b9b3b81cdc85b7260664ebec547756a6be5d7, branch sgothel_wip_fixes01. I have manually veryfied all changes of the generated GL header - OK!
Diffstat (limited to 'make/config/jogl/gl-if-gl.cfg')
-rw-r--r--make/config/jogl/gl-if-gl.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/config/jogl/gl-if-gl.cfg b/make/config/jogl/gl-if-gl.cfg
index c57565b33..2f7932b67 100644
--- a/make/config/jogl/gl-if-gl.cfg
+++ b/make/config/jogl/gl-if-gl.cfg
@@ -16,10 +16,6 @@ Include gl-if-gl4-ignores.cfg
JavaOutputDir gensrc/classes
NativeOutputDir gensrc/native/jogl
-Import javax.media.opengl.GLES1
-Import javax.media.opengl.GLES2
-Import javax.media.opengl.GL2
-
# Ignore all ES 2.X only stuff ..
Ignore ^gl.*x
Ignore ^gl.*xOES