aboutsummaryrefslogtreecommitdiffstats
path: root/make/cg-common.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/cg-common.cfg')
-rw-r--r--make/cg-common.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/cg-common.cfg b/make/cg-common.cfg
index f264fb2bf..6f73e7ed0 100644
--- a/make/cg-common.cfg
+++ b/make/cg-common.cfg
@@ -96,8 +96,8 @@ Ignore cgGetProgramOptions
# Need to import New IO for Buffer classes
#
Import java.nio.*
-# and java.security.* to allow unsigned Cg applications
-Import java.security.*
+# And NativeLibLoader for help loading the native libraries
+Import com.sun.opengl.impl.*
# Raise CgException instead of RuntimeException in glue code
RuntimeExceptionType CgException