aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/egl.cfg
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-27 02:57:46 +0100
committerMichael Bien <[email protected]>2010-03-27 02:57:46 +0100
commit992b456d64e6128af021067e10e485d25977bf24 (patch)
treed5e47aa8bfeb995990e11d20519bcb66fec105dc /make/config/jogl/egl.cfg
parentcf95674e16d34a85191d3af0a35d1357e011fcac (diff)
refactoring due to gluegen changes.
- renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
Diffstat (limited to 'make/config/jogl/egl.cfg')
-rwxr-xr-xmake/config/jogl/egl.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/egl.cfg b/make/config/jogl/egl.cfg
index 26979fb6d..713f74ef2 100755
--- a/make/config/jogl/egl.cfg
+++ b/make/config/jogl/egl.cfg
@@ -47,4 +47,4 @@ CustomJavaCode EGL return dispatch_eglGetProcAddress0(procname, eglGetProcAdd
CustomJavaCode EGL }
-Import com.sun.gluegen.runtime.opengl.GLProcAddressHelper
+Import com.jogamp.gluegen.runtime.opengl.GLProcAddressHelper