diff options
Diffstat (limited to 'make/glu-impl-common.cfg')
-rw-r--r-- | make/glu-impl-common.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/glu-impl-common.cfg b/make/glu-impl-common.cfg index 6710d0369..b2336d593 100644 --- a/make/glu-impl-common.cfg +++ b/make/glu-impl-common.cfg @@ -11,8 +11,8 @@ GetProcAddressTableExpr gluProcAddressTable # GLUImpl needs access to the GLUtesselatorImpl class for GLUtesselator # and to the Mipmap class for scaling and mipmap generation -Import net.java.games.jogl.impl.tesselator.GLUtesselatorImpl -Import net.java.games.jogl.impl.mipmap.Mipmap +Import com.sun.opengl.impl.tesselator.GLUtesselatorImpl +Import com.sun.opengl.impl.mipmap.Mipmap Import java.security.* # Custom Java code for GLUImpl class |