aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/glu-common.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/jogl/glu-common.cfg')
-rw-r--r--make/config/jogl/glu-common.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/config/jogl/glu-common.cfg b/make/config/jogl/glu-common.cfg
index 85d556b77..45535d21d 100644
--- a/make/config/jogl/glu-common.cfg
+++ b/make/config/jogl/glu-common.cfg
@@ -9,8 +9,8 @@ TagNativeBinding true
#
# Imports needed by all glue code
#
-Import javax.media.opengl.*
-Import javax.media.opengl.glu.*
+Import com.jogamp.opengl.*
+Import com.jogamp.opengl.glu.*
import com.jogamp.opengl.util.glsl.ShaderState
Import jogamp.opengl.*
Import jogamp.opengl.glu.*