summaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl-if-gl.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/jogl/gl-if-gl.cfg')
-rw-r--r--make/config/jogl/gl-if-gl.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/config/jogl/gl-if-gl.cfg b/make/config/jogl/gl-if-gl.cfg
index 5c9e4caa2..d552e5a31 100644
--- a/make/config/jogl/gl-if-gl.cfg
+++ b/make/config/jogl/gl-if-gl.cfg
@@ -1,10 +1,10 @@
# This .cfg file is used to generate the GL interface and implementing class.
-Package javax.media.opengl
+Package com.jogamp.opengl
Style InterfaceOnly
JavaClass GL
Extends GL GLBase
-ExtendedInterfaceSymbolsIgnore ../src/jogl/classes/javax/media/opengl/GLBase.java
+ExtendedInterfaceSymbolsIgnore ../src/jogl/classes/com/jogamp/opengl/GLBase.java
HierarchicalNativeOutput false
Include gl-common.cfg