diff options
author | Sven Gothel <[email protected]> | 2013-06-11 16:29:48 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-11 16:29:48 +0200 |
commit | 05eef46e33f41f5c234ffb1563fd8f641208fe85 (patch) | |
tree | 0d0c486a3a8fde2811874da726e11f170ac77a36 /make/config/jogl/cg-common.cfg | |
parent | ee3c6d807f24fafc6a79da4d60442f62f6065d39 (diff) |
Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456
Diffstat (limited to 'make/config/jogl/cg-common.cfg')
-rw-r--r-- | make/config/jogl/cg-common.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/config/jogl/cg-common.cfg b/make/config/jogl/cg-common.cfg index 35805bf01..d6a5367a6 100644 --- a/make/config/jogl/cg-common.cfg +++ b/make/config/jogl/cg-common.cfg @@ -105,6 +105,8 @@ Import jogamp.opengl.* Import com.jogamp.common.os.DynamicLookupHelper Import com.jogamp.common.os.DynamicLibraryBundle Import com.jogamp.opengl.cg.CgDynamicLibraryBundleInfo +Import java.security.PrivilegedAction +Import java.security.AccessController # # NIODirectOnly directives for routines requiring them for semantic reasons |