diff options
Diffstat (limited to 'make/cglext.cfg')
-rwxr-xr-x | make/cglext.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/cglext.cfg b/make/cglext.cfg index 52fad76c8..74e7ac841 100755 --- a/make/cglext.cfg +++ b/make/cglext.cfg @@ -3,10 +3,10 @@ # Note that there are currently no such extensions exposed on Mac OS # X, but if in the future there are, this structure will allow them to # be easily exposed. -Package net.java.games.jogl.impl.macosx +Package com.sun.opengl.impl.macosx Style InterfaceAndImpl JavaClass CGLExt -ImplPackage net.java.games.jogl.impl.macosx +ImplPackage com.sun.opengl.impl.macosx ImplJavaClass CGLExtImpl Include gl-common-macosx.cfg |